MakegentoCli module
December 5, 2024 ยท View on GitHub
This extension allows to automatically generate boilerplate code through the command line interface.
Setup
Magento 2 Open Source or Commerce edition is required.
Composer installation
Run the following composer command:
composer require opengento/magento2-makegento-cli
Setup the module
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.
Features
- 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
Commands documentation
Support
Raise a new request to the issue tracker.