brideo-magento2-scaffolding icon indicating copy to clipboard operation
brideo-magento2-scaffolding copied to clipboard

Add Adminhtml Grid To `module:scaffold` Command

Open brideo opened this issue 8 years ago • 0 comments

DOD:

The following command:

brideo-magento2-scaffolding module:scaffold Brideo Example Blog brideo_blog "title:string description:string author:string" 1.0.0 brideo-example

Should create the following files in additional to the current files:

  • etc/adminhtml/menu.xml
  • views/adminhtml/ui_component/brideo_example_blog_index_grid.xml
  • view/adminhtml/layout/brideo_example_blog_index.xml (additional data)
  • etc/di.xml (additional data)

For reference:

https://www.ashsmith.io/magento2/module-from-scratch-part-5-adminhtml/

brideo avatar Aug 05 '16 10:08 brideo