1.0 KiB
1.0 KiB
symfony
Requirements
- ubuntu php-cli (sudo nala install php-curl php-xml php-mysql)
- Install Composer
- Symfony cli
Create your Project
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
The next steps to take would be:
- Verify the
.env
anddocker-compose.md
file - start docker
sudo docker-compose up -d
- Create your controllers
- Run sass
sass sass/project.sass public/css/main.css
- Create your security
Currently supported and tested on
I am only one man, I can only support the following, issues for other versions will be closed.
- PHP: 8.1
- Symfony: 6.1.7
- Docker: 20.10
- Mariadb: 10.7