chemaclass/gacela-module-example

A basic module using gacela library

dev-main 2023-10-21 14:48 UTC

This package is auto-updated.

Last update: 2024-04-21 16:06:43 UTC


README

This is an example of a module using Gacela Framework.

Example Gacela structure

application-name
├── gacela.php
├── config
│   └── default.php
│
├── src
│   └── Customer
│       ├── Domain
│       │   └── Generator
│       │       ├── NicknameGenerator.php
│       │       └── NicknameGeneratorInterface.php
│       ├── CustomerConfig.php
│       ├── CustomerDependencyProvider.php
│       ├── CustomerFacade.php
│       ├── CustomerFacadeInterface.php
│       └── CustomerFactory.php
│
├── tests
│   └── ...
└── vendor
    └── ...

Documentation

You can check the full documentation in the official website.