Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 566 Bytes

006_code_generator.md

File metadata and controls

15 lines (9 loc) · 566 Bytes

Back to the index

Code Generator

Gacela Framework provides you some commands out-of-the-box to generate a facade, factory, config, dependency provider or a full module with a single command.

  • make:module <target-namespace>: Create a new Facade, Factory, Config, and DependencyProvider
  • make:file <target-namespace> [facade, factory, dependency-provider, config]: Create one or more files of the specified type/s

Example: ./vendor/bin/gacela make:module App/TestModule

<< Dependency Provider