Replies: 1 comment
-
Hello, I don't think a template aims to handle this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like the stack that microsymfony creates, and am wondering if there's a way to retrofit it into existing projects.
For example, if I run symfony new --demo, or symfony new --webapp, and I made a bunch of changes, and now I want to incorporate the microsymfony stack, is there a way to do that?
Unlike a bundle, which has recipes and commands, this is a template that is used to start a project, but in some ways it feels like a toolkit that could be used to bootstrap a project, including retrofitting an existing one.
In other words, can microsymfony be recreated as a list of commands that could be used in an existing project?
Of course, some of these feel like tasks! We could bootstrap castor and then provide tasks to add the rest of the framework.
This is, or course, simple brainstorming. I have some demo applications that I'm converting to use AssetMapper (to get rid of the front end build step), and would like to simplify the layout and add tasks at the same time.
Beta Was this translation helpful? Give feedback.
All reactions