ucan-lab / docker-laravel

🐳 Build a simple laravel development environment with Docker Compose.
https://dev.to/ucan_lab/how-to-install-and-set-up-laravel-s-local-development-environment-with-docker-compose-5bcf
MIT License
1.17k stars 380 forks source link

Add version param to create project command with specific version #254

Closed grdonweb closed 5 months ago

grdonweb commented 6 months ago

With this commit, I want to add the possibility to indicate which version of Laravel you want to install.

For example, you can run:

$ make project version=9 (to install Laravel version 9)
$ make create-project 

Or in a faster way:

$ make create-project version=9
ucan-lab commented 5 months ago

For now, we are not trying to make the make command useful, so this change will be closed.