-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement "Symfony stuff" #139
Comments
@roberto-butti we can try to collect some Symfony examples in this issue. |
@roberto-butti can you post here a little example of Laravel action so we can understand in Symfony how can we rewrite that action? |
Sure , take a look here : https://ghygen.hi-folks.dev/?template=laravelapp&code=6c74432cc8da98631b40ddfb4a5f21d3 As you can see, after running composer there are some specific steps for Laravel (copy and paste):
|
Well in Symfony usually there is a basic step after
If the goal is to launch migrations in symfony there are specific libraries like |
As discussed briefly with my friend @AlessandroMinoccheri at PHPDay2022 event, it would be nice to add "Symfony staff". Something like "Laravel Stuff".
This is just a placeholder as a reminder.
For now, I'm going to start investigate which steps are needed and are specific for a Symfony application.
The text was updated successfully, but these errors were encountered: