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.
2024-04-17 21:41:50 -07:00
2024-04-17 16:44:37 -07:00
2024-04-17 16:44:37 -07:00
2023-04-11 11:22:23 -07:00
2022-11-13 18:11:37 -08:00
2024-04-17 21:41:50 -07:00

Symfony PHP Framework

Requirements

Create your Project

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

wget 4lt.ca/nysymfony
bash nysymfony YOUR_PROJECT_NAME
rm nysymfony
cd YOUR_PROJECT_NAME

Get Started

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

References

Description
Helpers for symfony
Readme 62 KiB
Languages
Shell 82%
PHP 18%