This extension allows to automatically generate boilerplate code through the command line interface.
Magento 2 Open Source or Commerce edition is required.
Run the following composer command:
composer require opengento/magento2-makegento-cli
Run the following magento command:
bin/magento setup:upgrade
If you are in production mode, do not forget to recompile and redeploy the static resources.
- Generate CRUD entity with all required files ( routes, controllers, models,acl,grids,forms etc. )
You can find all the related commands by running the following command:
bin/magento list makegento
Raise a new request to the issue tracker.