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.
symfony/README.md
2024-04-17 21:41:50 -07:00

1.1 KiB

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