minor #30 Recommend specifying the controller itself for EasyAdmin (Pierstoval)

This PR was merged into the master branch.

Discussion
----------

Recommend specifying the controller itself for EasyAdmin

I think it's a better idea to expose the controller itself directly.

It would encourage people to add their own controller by just changing the name of the bundle if they want to override it.

Also, I would suggest to change `master` for a lower requirement (1.14 or 1.15 maybe, there are some without much BC breaks, and they'd still share the same recipe) and add `version_aliases`, but haven't done it in the PR because `master` might have been added for a specific reason 🙂

Commits
-------

b7d9955 Recommend specifying the controller itself for EasyAdmin
This commit is contained in:
Fabien Potencier
2017-04-23 10:22:28 -07:00
@@ -1,4 +1,4 @@
easy_admin_bundle:
resource: "@EasyAdminBundle/Controller"
resource: "@EasyAdminBundle/Controller/AdminController.php"
prefix: /admin
type: annotation