baychay
-
Run
composer install
-
Copy
.env.example
to.env
-
Set valid database credentials of env variables
DB_DATABASE
,DB_USERNAME
, andDB_PASSWORD
-
Run
php artisan key:generate
to generate application key -
Run with seeder command
php artisan migrate --seed
That's it... Run the command php artisan serve
and cheers, you are good to go with your new baychay application.