recipes-contrib icon indicating copy to clipboard operation
recipes-contrib copied to clipboard

eduandebruijne/admin-bundle recipe

Open eduandebruijne opened this issue 3 years ago • 3 comments

Q A
License MIT
Packagist eduandebruijne/admin-bundle

eduandebruijne avatar Jul 29 '22 06:07 eduandebruijne

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment 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
    
  2. Install the package(s) related to this recipe:

    composer req 'symfony/flex:^1.16'
    composer req 'eduandebruijne/admin-bundle:^11.0'
    
  3. Don't forget to unset the SYMFONY_ENDPOINT environment 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.

github-actions[bot] avatar Jul 29 '22 06:07 github-actions[bot]

Works like a charm

eduandebruijne avatar Jul 29 '22 12:07 eduandebruijne

@fabpot or someone else, what can I do to get this recipe merged? :) Thanks!

eduandebruijne avatar Aug 17 '22 18:08 eduandebruijne

I removed all the PHP classes and added some installation instructions in the bundle with a hint in post-install text :+1:

eduandebruijne avatar Apr 20 '23 22:04 eduandebruijne

:tada: Thanks!

eduandebruijne avatar Apr 21 '23 07:04 eduandebruijne