Download the PHP package paulhenri-l/generator without Composer
On this page you can find all versions of the php package paulhenri-l/generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download paulhenri-l/generator
More information about paulhenri-l/generator
Files in paulhenri-l/generator
Download paulhenri-l/generator
More information about paulhenri-l/generator
Files in paulhenri-l/generator
Vendor paulhenri-l
Package generator
Short Description Generate files from their specification
License MIT
Package generator
Short Description Generate files from their specification
License MIT
Please rate this library. Is it a good library?
Informations about the package generator
LaravelTaskRunner
Generate files from a specification. This tool is useful in scaffold commands.
Installation
You just need to require the package.
Usage
Generator use specifications to generate new files. A specification is a class
that implements the PaulhenriL\Generator\GeneratorSpecification
interface.
You then pass this specification to the generate
method of the Generator
Defining a specification
Here's a sample specification.
All versions of generator with dependencies
PHP Build Version
Package Version
The package paulhenri-l/generator contains the following files
Loading the files please wait ....