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