Skip to content

AlexMac7/invoice-creation

Repository files navigation

Invoice Creation

Setup

  • Clone the repository

  • Install dependencies with composer and npm or yarn:

$ composer install && yarn install
  • Create a new database named invoice-creation

  • Create a .env and copy the provided .env.example file to it, using your own DB_USERNAME and DB_PASSWORD if required.

  • Run php artisan key:generate

  • Run phpunit, all tests should pass

  • Run php artisan migrate:fresh --seed to create a customer and three products

  • Start a local web server with php artisan serve --port=8001 or Valet

  • Enjoy!

This application uses Laravel.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published