fxt-solutions / manager-module-z3
Create and delete module Z3
Installs: 233
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/fxt-solutions/manager-module-z3
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