Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 775 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 775 Bytes

Magic n98-magerun modules

Debug panel, allows to inspect blocks and other mangeto debug information in separate floating panel

n98-magerun dev:debug:toolbar:enable  will intall debug panel and refresh the cache
n98-magerun dev:debug:toolbar:disable will disable the debug panel
n98-magerun dev:debug:toolbar:remove  will uninstall and remove files

Create crud, model, resource and collection

mage magic:crud Module_Name table_alias modelname --template=basic    // will create basic adminhtml forms
mage magic:crud Module_Name table_alias modelname --template=advanced // will create tabs based adminhtml forms with stoire switcher

Create model, resource and collection

mage magic:model Module_Name table_alias modelname

test