Implement Symfony automations: migrations, fixtures, cache. like laravel #578
TheoD02
started this conversation in
Ideas & Feature Requests
Replies: 1 comment 1 reply
-
I love this idea! Please excuse my ignorance: But I've never run a vanilla Symphony app. 😅 My experience has been Laravel, so that's why you see it everywhere. I would love to see more support for more frameworks. Good news is I started restructuring things in v4 for this. So if anyone wants to share more information or even help on a PR once we get through v4, I am all ears 😃 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👉 Describe the problem
serversideup/php only provides automated deployment scripts for Laravel. Symfony developers have no automation for migrations, fixtures, cache warmup, or other deployment tasks, forcing them to write custom scripts
or manually run commands.
👥 Problem evidence & reach
🏆 How to solve this problem
Add comprehensive Symfony automation with feature parity to Laravel while supporting modern tooling.
Automatic Framework Detection
Migration Support with Multiple Modes
Fixture Loading with Provider Choice
Production Best Practices
New Environment Variables (11)
Complete Documentation
🥰 Describe the "impact" on users?
For Symfony developers:
For DevOps teams:
For the project:
💯 How do we validate the problem is solved?
Framework Detection
Migrations
Fixtures
Integration Testing
Beta Was this translation helpful? Give feedback.
All reactions