This is a boilerplate server
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Follow this Guide for prerequisites.
- Open the console and cd your project root directory
- Run
composer install - Rename
.env.examplefile to.envinside your project root and fill the database information. - Enter credentials of database and mailtrap in
envfile. - Run
php artisan key:generate - Run
php artisan migrate - Run
php artisan passport:install - Run
php artisan db:seedto run seeders, if any. - Run
php artisan serve
- Muhammad Hanzala - Github