fxt-solutions / manager-module-z3
There is no license information available for the latest version (1.0.12) of this package.
Create and delete module Z3
1.0.12
2021-05-18 11:37 UTC
Requires
- php: >=7
README
Create and delete module zend3.
Installation
composer require fxt-solutions/manager-module-z3 ln -s vendor/fxt-solutions/manager-module-z3/fxt.php fxt
On first use
Set directory default create module:
php fxt module:path [path]
Basic commands:
Create module
php fxt module:create [NameModule]
Delete module
php fxt module:delete [NameModule]
Meta
Tiago Martins – tiagomartins7@gmail.com
Contributing
- Fork it (https://github.com/FXTSolutions/ManagerModuleZ3/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request