Download the PHP package zero1/magento-dev without Composer
On this page you can find all versions of the php package zero1/magento-dev. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package magento-dev
Magento 2 Developer Cli
This project takes inspiration from the Laravel artisan make
commands.
This is very much a work in progress, any feedback or contributes are welcome.
Features
- Create patch for vendor files
- Create a module
- Make CLI Command
- Make Controller
- Make Observer
TODO
- [ ] refactor routes logic to OOP (like observer logic)
- [ ] refactor cli command logic to OOP (like observer logic)
Vendor Patches
The ability to generate patches from the vendor directory. For example if you have had to craft a fix for a module and the vendor hasn't supplied a patch yet.
Summary
Detail / patch generation
Module Creation
Summary
Make CLI Command
Example
Make Controller
Make Observer
Planned Features
- [ ] Templates for modules
- [ ] Nicer interface for managing submodules
- [ ] Create plugins / components / models automatically.
Know Issues
- at present comments are lost in xml files when the file is updated.
Deving on module
git submodule add --name Zero1_MagentoDeveloperUtils --branch dev [email protected]:zero1limited/magento2-developer-utils.git extensions/zero1/magento2-developer-utils
composer require --dev zero1/magento-dev:@dev
All versions of magento-dev with dependencies
PHP Build Version
Package Version
Requires
magento/framework Version
^100.1|^101.0|^102.0|^103.0
symfony/console Version ~4.4.0||~5.4.0
symfony/yaml Version *
mustache/mustache Version *
symfony/filesystem Version ^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0
mikehaertl/php-shellcommand Version ^1.7
saloonphp/xml-wrangler Version ^1.2
league/flysystem Version ~2.4.5
galbar/jsonpath Version ^3.0 || ^2.0
composer/composer Version ^2.0
vyuldashev/xml-to-array Version ^v1.1
spatie/array-to-xml Version ^2.7 || ^3.3
shanethehat/pretty-xml Version ^1.0
symfony/console Version ~4.4.0||~5.4.0
symfony/yaml Version *
mustache/mustache Version *
symfony/filesystem Version ^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0
mikehaertl/php-shellcommand Version ^1.7
saloonphp/xml-wrangler Version ^1.2
league/flysystem Version ~2.4.5
galbar/jsonpath Version ^3.0 || ^2.0
composer/composer Version ^2.0
vyuldashev/xml-to-array Version ^v1.1
spatie/array-to-xml Version ^2.7 || ^3.3
shanethehat/pretty-xml Version ^1.0
The package zero1/magento-dev contains the following files
Loading the files please wait ....