cerad / symfony
My Symfony Tweaks
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cerad/symfony
Requires
- php: >=7.4.4
- symfony/config: ^5.1
- symfony/dependency-injection: ^5.1
- symfony/http-foundation: ^5.1
- symfony/http-kernel: ^5.1
- symfony/routing: ^5.1
- twig/twig: ^3.0
This package is auto-updated.
Last update: 2025-09-25 02:31:58 UTC
README
First attempt at creating a package for my Symfony tweaks
{ "autoload": { "psr-4": { "App\\": "src/" }, "exclude-from-classmap": [ "/vendor/cerad/symfony/src/App/" ] } }
Not sure if I need the min-stability or not
Developing against 7.4 to get typed properties.
7.2 does not support them.
Add config/mappings/default directory copy config/packages/doctrine.yaml remove Entity and Repository directories
copy config/services.php remove Controller directory
copy config/routes/annotations.yaml until annotations are disabled or just remove the file
copy config/routes.php
copy App\Home
After adding some additional PSR-4 paths I had to publish a new release and then update the app.