Helpers for symfony
This repository has been archived on 2024-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2022-11-17 14:07:14 -08:00
bash worked on security 2022-11-17 14:07:14 -08:00
docs worked on security 2022-11-17 14:07:14 -08:00
twig fixed indents 2022-11-13 21:49:03 -08:00
LICENSE Initial commit 2022-11-13 18:11:37 -08:00
README.md A bash script that will install symfony for you 2022-11-13 21:47:29 -08:00

symfony

I needed a faster install (don't do anything twice). Just change "YOUR_PROJECT_NAME" to whatever you want.

wget fbot.co/nysymfony
bash nysymfony YOUR_PROJECT_NAME
rm nysymfony
cd YOUR_PROJECT_NAME
sudo docker-compose up -d