baychay
-
Run
composer install -
Copy
.env.exampleto.env -
Set valid database credentials of env variables
DB_DATABASE,DB_USERNAME, andDB_PASSWORD -
Run
php artisan key:generateto 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.