Skip to content

Instantly share code, notes, and snippets.

@weaverryan
Created February 8, 2018 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weaverryan/a20fc281ccd1faea2ea04a5da7fdaa55 to your computer and use it in GitHub Desktop.
Save weaverryan/a20fc281ccd1faea2ea04a5da7fdaa55 to your computer and use it in GitHub Desktop.
How to help test the new make:entity Command
  1. In your composer.json file, add the weaverryan fork:
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/weaverryan/maker-bundle"
        }
    ],
  1. Install the updated library!
composer require maker:dev-make-entity-improved nikic/php-parser:@beta --dev
  1. Have fun! Run:
php bin/console make:entity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment