[Kocal/SymfonyAppPack] Add recipe#1936
Conversation
Kocal
commented
Feb 6, 2026
| Q | A |
|---|---|
| License | MIT |
| Packagist | https://packagist.org/packages/kocal/symfony-app-pack |
|
Thanks for the PR 😍 How to test these changes in your application
Diff between recipe versionsIn order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. |
Head branch was pushed to by a user without write access
f15328a to
c639f06
Compare
Head branch was pushed to by a user without write access
c639f06 to
d7bdad6
Compare
Head branch was pushed to by a user without write access
d7bdad6 to
10e873a
Compare
|
I'm not sure to understand why it's failing: EDIT: I think it conflicts with the MakefileConfigurator in some way 🤔
A new |
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
7935072 to
1c93f8a
Compare
|
The following error will be fixed when #1934 will be merged: |
There was a problem hiding this comment.
Even if Flex provides a Makefile boilerplate with a help target, this one is better to me because it makes it possible to group tasks under sections:
➜ my-super-app git:(main) ✗ make help
Usage: make [command]
Help:
help This help
Commands:
install Install everything needed to start the project
start Start the environment
stop Stop the environment
delete Stop and delete the environment and project data (database, logs, etc.)
App:
app.install Install the application
app.update Install the application (alias to "make app.install")
There was a problem hiding this comment.
This Makefile is not part of manifest, please either add to manifest or remove from PR.
There was a problem hiding this comment.
The Makefile can not be part of the manifest, please see #1936 (comment)
Head branch was pushed to by a user without write access
1c93f8a to
243ac8e
Compare
|
Thanks! |