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
2023-05-16 16:42:29 -07:00
bin updated documentation, got login working 2023-05-16 16:42:29 -07:00
docs updated documentation, got login working 2023-05-16 16:42:29 -07:00
routes cleaned ups somethings 2023-04-11 11:22:23 -07: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 updated documentation, got login working 2023-05-16 16:42:29 -07:00

symfony

Requirements

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:

  1. Verify the .env and docker-compose.yml file
  2. Set mailhog: MAILER_DSN=smtp://symfony-mailhog:1025
  3. start docker sudo docker-compose up -d
  4. test at http://localhost:8000
  5. Create your controllers
  6. Run sass sass sass/project.sass public/css/main.css
  7. 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