Skip to content

breithbarbot/tools.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tools.sh for Symfony

Commands tools for Symfony


List of available commands

  • Install project
  • Update project (Composer + yarn -> from .lock) + DB
  • Reset project (only for dev)
  • Clean cache
  • Update tools.sh

How to use ?

Step 1 - File executable on UNIX (755) :

chmod +x tools.sh


Step 2 (Optional) - Convert file dos to unix :

If you have a message "No file or folder of this type"

  1. Install : apt-get install dos2unix
  2. Run : dos2unix tools.sh

Step 3 - Execute :

./tools.sh


Alternative