alexander-schranz / sulu-backend-bundle

A Sulu Bundle to make it easier to create new Backend Bundles.
6 stars 2 forks source link

Improve output of commands #30

Closed sabinebaer closed 8 years ago

sabinebaer commented 8 years ago

It should be more obvious that something has to be done, e.g. add a sentence after the generation of the controller "Add the following to the admin routing of your bundle:".

Maybe you could even include instructions to generate an admin routing file if not already existent:

client_website_admin:
    type: rest
    resource: "@ClientWebsiteBundle/Resources/config/routing_admin.yml"
    prefix: /admin/api
alexander-schranz commented 8 years ago

registration messages added again