-
Update environtment in .env
-
Install project dependency :
sh $ composer install -
Create your database then run theese command to generate table and seed data into your database
sh $ php artisan migrate:refresh --seed -
install passport
sh php artisan passport:install -
Link storage
sh php artisan storage:link
- PSR2
- Tools: php_codesniffer