README
- Clone / Download this project
- Unzip it, rename it and move it to the folder where you keep your projects
- Enter from the command line to the project folder and execute: composer install. this is necessary so that all libraries are installed as these do not climb on github.
- Create the .env file and the configure the connection to your database
- Create the security key with the command: php artisan key:generate
- Run the command: php artisan migrate:install , so that the table is believed to migration
- Run the command php artisan migrate
- Run the command: php artisan db:seed, to load test data in the tables