-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from gacela-project/feature/fixes-documentation
Fixes documentation
- Loading branch information
Showing
9 changed files
with
77 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[Back to the index](../docs) | ||
|
||
# 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:facade <target-namespace>`: Create a new Facade | ||
- `make:factory <target-namespace>`: Create a new Factory | ||
- `make:config <target-namespace>`: Create a new Config | ||
- `make:dependency-provider <target-namespace>`: Create a new DependencyProvider | ||
|
||
|
||
Example: | ||
`./vendor/bin/gacela make:module App/TestModule` | ||
|
||
[<< Dependency Provider](../docs/005_dependency_provider.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
[Back to the homepage](../README.md) | ||
|
||
<p align="center"> | ||
<img src="imgs/gacela-logo.png" width="350" alt="Gacela logo"/> | ||
</p> | ||
|
||
## Documentation | ||
|
||
- [How to start](001_basic_concepts.md) | ||
- [Facade](002_facade.md): The entry point of your module | ||
- [Factory](003_factory.md): The place where you create your domain services and objects | ||
- [Config](004_config.md): Reads the `config.php` key-values | ||
- [Config](004_config.md): Reads the all the files under the `config` folder | ||
- [DependencyProvider](005_dependency_provider.md): It defines the dependencies between modules | ||
- [Code generator](006_code_generator.md): Some commands out-of-the-box for generating code |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.