chemaclass/gacela-module-example

使用 gacela 库的基本模块

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

This package is auto-updated.

Last update: 2024-09-21 17:14:17 UTC


README

这是一个使用 Gacela 框架 的模块示例。

示例 Gacela 结构

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
    └── ...

文档

您可以在官方 网站 查看完整文档。