Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 318 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 318 Bytes

Sample Invoice

How to setup

  • run composer install
  • run npm install
  • copy .env.example to .env
  • setup the database connection
  • run php artisan key:generate
  • run php artisan migrate
  • run npm run dev
  • run php artisan serve

Testing

  • run .\vendor\bin\phpunit