https://github.com/opengento/magento2-makegento-cli
Make but for Magento
https://github.com/opengento/magento2-makegento-cli
artisan artisan-command artisan-commands cli command command-line command-line-interface command-line-tool commandline commands magento magento-2 magento-extension magento-module magento2 magento2-extension magento2-extension-free magento2-module makegento maker
Last synced: about 1 year ago
JSON representation
Make but for Magento
- Host: GitHub
- URL: https://github.com/opengento/magento2-makegento-cli
- Owner: opengento
- License: mit
- Created: 2024-11-08T21:20:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T09:16:32.000Z (over 1 year ago)
- Last Synced: 2025-04-23T21:02:34.539Z (about 1 year ago)
- Topics: artisan, artisan-command, artisan-commands, cli, command, command-line, command-line-interface, command-line-tool, commandline, commands, magento, magento-2, magento-extension, magento-module, magento2, magento2-extension, magento2-extension-free, magento2-module, makegento, maker
- Language: PHP
- Size: 365 KB
- Stars: 14
- Watchers: 22
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MakegentoCli module
[](https://packagist.org/packages/opengento/module-makegento-cli)
[](./LICENSE)
[](https://packagist.org/packages/opengento/module-makegento-cli/stats)
[](https://packagist.org/packages/opengento/module-makegento-cli/stats)
This extension allows to automatically generate boilerplate code through the command line interface.
- [Setup](#setup)
- [Composer installation](#composer-installation)
- [Setup the module](#setup-the-module)
- [Features](#features)
- [Support](#support)
- [Authors](#authors)
- [License](#license)
## 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
[Make entity docs](docs/make-entity.md)
## Support
Raise a new [request](https://github.com/opengento/magento2-makegento-cli/issues) to the issue tracker.
## Authors
- **Opengento Community** - *Lead* - [](https://twitter.com/opengento)
- **Contributors** - *Contributor* - [](https://github.com/opengento/magento2-makegento-cli/graphs/contributors)