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

This package is auto-updated.

Last update: 2025-06-28 01:56:55 UTC


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

https://fxtsolutions.com.br

Contributing

  1. Fork it (https://github.com/FXTSolutions/ManagerModuleZ3/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request