Download the PHP package dmitrijivanenko/hotrod-cli without Composer
On this page you can find all versions of the php package dmitrijivanenko/hotrod-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dmitrijivanenko/hotrod-cli
More information about dmitrijivanenko/hotrod-cli
Files in dmitrijivanenko/hotrod-cli
Package hotrod-cli
Short Description Magento 2 code generation cli tool
License MIT
Informations about the package hotrod-cli
This package helps you generate Magento 2 code using a clean commandline tool. All classes, templates, layouts and etc. can be dynamically generated and put together.
Features
- Generates different kind of magento 2 module components
- has a build in UI
- Easy to start using
Documentation
You'll find full documentation here.
Example
Lets review an example
This line tries to create a controller for the route dmiva/testing/test
in Dmiva_Test
namespace. Magically it
creates for You a module Dmiva_Test
if it is not exists and generates files :
app/code/Dmiva/Test/registration.php
app/code/Dmiva/Test/etc/module.xml
app/code/Dmiva/Test/etc/frontend/routes.xml
app/code/Dmiva/Test/view/frontend/layout/dmiva_testing_test.xml
app/code/Dmiva/Test/Controller/Testing/Test.php
app/code/Dmiva/Test/Block/Testing.php
-
app/code/Dmiva/Test/view/frontend/templates/test.phtml
To open the User Interface, run this command
It will build the Angular app and run the basic build in php server on
http://localhost:8008/
.
Installation
You can install the package via composer:
Contributing
Help is very welcomed. We accept contributions via Pull Requests on Github. Please read and understand the contribution guide before creating an issue or pull request.
Licence
This project is open-sourced software licensed under the MIT license.
All versions of hotrod-cli with dependencies
symfony/finder Version ^2.0 || ^3.0 || ^4.0
vlucas/phpdotenv Version ^2.4
symfony/filesystem Version ^2.0 || ^3.0 || ^4.0
eloquent/composer-npm-bridge Version ^4
slim/slim Version ^3.0