How to install ?
- run the
composer install
in the project root folder - create a sqlite.database file in database folder
- config database.php file located in root config folder
- run
php artisan migrate
to build database and tables - run
php artisan serve