- Install dependencies
php composer.phar install
- Create a config file, copy from
.env.example
then rename it to.env
config your database username and password 3 generate app key
php artisan key:generate
-
Create a database named
bgm
-
Migrate and seed the database
php artisan migrate --seed
php -S localhost:8000 -t public