opengento / module-makegento-cli
Unleash CLI power to ease magento dumb work
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 8
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^8.2
- ext-json: *
- ext-simplexml: *
- magento/framework: ^103.0
- magento/module-config: *
- magento/module-store: *
Requires (Dev)
- magento/magento-coding-standard: ^5
- magento/marketplace-eqp: ^4.0
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2024-11-19 17:40:34 UTC
README
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.