webdevops / php-docker-boilerplate

:stew: PHP Docker Boilerplate for Symfony, Wordpress, Joomla or any other PHP Project (NGINX, Apache HTTPd, PHP-FPM, MySQL, Solr, Elasticsearch, Redis, FTP)
https://webdevops.io/projects/php-docker-boilerplate/
MIT License
561 stars 185 forks source link

Update new Symfony project command #90

Closed cezarpopa closed 2 years ago

cezarpopa commented 2 years ago

Hello everyone,

I found a small issue with the new project creation command and i've created the following PR to address it. The path of the symfony binary was outdated and i have updated that in the script, i've also extended the command logic used.

To summarise it my PR does the following:

  1. fix installer path & update command to use wget
  2. add condition to check if symfony-cli binary package is installed locally

I haven't seen if the project has a specific PR template so apologies if i missed that.

Thank you!