-
When you are done with installation, copy the
.env.examplefile to.env$ cp .env.example .env -
Generate the application key
$ php artisan key:generate -
Add your database credentials to the necessary
envfields -
Migrate the application
$ php artisan migrate -
Install laravel passport
$ php artisan passport:install -
Seed Database
$ php artisan db:seed -
Install node modules
$ npm install
$ php artisan serve