recipes-contrib
recipes-contrib copied to clipboard
eduandebruijne/admin-bundle recipe
Thanks for the PR 😍
How to test these changes in your application
-
Define the
SYMFONY_ENDPOINTenvironment variable:# On Unix-like (BSD, Linux and macOS) export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1430/index.json # On Windows SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1430/index.json -
Install the package(s) related to this recipe:
composer req 'symfony/flex:^1.16' composer req 'eduandebruijne/admin-bundle:^11.0' -
Don't forget to unset the
SYMFONY_ENDPOINTenvironment variable when done:# On Unix-like (BSD, Linux and macOS) unset SYMFONY_ENDPOINT # On Windows SET SYMFONY_ENDPOINT=
Diff between recipe versions
In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. I'm going keep this comment up to date with any updates of the attached patch.
Works like a charm
@fabpot or someone else, what can I do to get this recipe merged? :) Thanks!
I removed all the PHP classes and added some installation instructions in the bundle with a hint in post-install text :+1:
:tada: Thanks!