For start copy env from env.example make docker-start sh console.sh composer install
php artisan route:list
php artisan migrate php artisan make:migration create_test_table php artisan migrate:rollback --step=5
php artisan make:seeder TestSeeder we need register seeder in DatabaseSeeder or use with argument next command php artisan db:seed
create migration --migration php artisan make:model Flight