Y
Hacker News
new
|
ask
|
show
|
jobs
by
codegeek
908 days ago
You don't need docker for Laravel. You will need PHP 8 and Composer (package manager) installed and then you can run:
composer create-project laravel/laravel example-app
You can start a server by running
php artisan serve