composer installCopy .env from .env.example file and then write your database config
cp .env.example .envRun migrations
php database/migrations/migrations.phpRun user seeder
php database/seeders/seeders.phpRun:
cd public/
php -S localhost:8000Enter in browser:
localhost:8000