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