Is there way to create PHP Laravel without composer? On documention examples used below:
composer create-project laravel/laravel example-app
Is there way to create PHP Laravel without composer? On documention examples used below:
composer create-project laravel/laravel example-app
2
Answers
you can use laravel cli but first you have install laravel cli by composer
then use laravel command
If you have Docker Desktop and WSL2 (make sure Docker Desktop is using WSL2) you can use
You can check out here for more complete guide