Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 270 Bytes

readme.md

File metadata and controls

6 lines (6 loc) · 270 Bytes

How to install ?

  1. run the composer install in the project root folder
  2. create a sqlite.database file in database folder
  3. config database.php file located in root config folder
  4. run php artisan migrate to build database and tables
  5. run php artisan serve