jetstreamlabs/lotus
Composer 安装命令:
composer require jetstreamlabs/lotus
包简介
Adds Action Domain Responder pattern with InertiaJS and TailwindCSS to Laravel 8 and above.
README 文档
README
Action Domain Responder package for SerenityPHP.
This is the base framework that provides ADR and Inertia support for Serenity.
You can learn more about ADR and why we think it's far superior to MVC at the ADR repository.
Learn more about Serenity at: SerenityPHP.com
Here are the package contents.
src
├─> Lotus
│ ├─> Concerns
│ │ ├── ImmutableActionMethods.php
│ │ └── SelfResolves.php
│ ├─> Contracts
│ │ ├── ActionInterface.php
│ │ ├── CriteriaInterface.php
│ │ ├── CriterionInterface.php
│ │ ├── FilterInterface.php
│ │ ├── PayloadInterface.php
│ │ ├── RepositoryInterface.php
│ │ ├── ResponderInterface.php
│ │ ├── ResponseFactoryInterface.php
│ │ └── ServiceInterface.php
│ ├─> Core
│ │ ├── Action.php
│ │ ├── BladeResponder.php
│ │ ├── Breadcrumbs.php
│ │ ├── Entity.php
│ │ ├── Filter.php
│ │ ├── Options.php
│ │ ├── Payload.php
│ │ ├── Repository.php
│ │ ├── Responder.php
│ │ ├── Service.php
│ │ └── User.php
│ ├─> Exceptions
│ │ ├── EntityNotFound.php
│ │ ├── NoEntityDefined.php
│ │ └── NoResponderDefined.php
│ ├── Lotus.php
│ ├─> Middleware
│ │ ├── AccountVerified.php
│ │ ├── CheckSystemPassword.php
│ │ ├── InertiaMiddleware.php
│ │ └── MuteActions.php
│ ├─> Payloads
│ │ └── InertiaPayload.php
│ ├─> Providers
│ │ └── LotusServiceProvider.php
│ ├─> Responders
│ │ └── Vue.php
│ └── helpers.php
└─> config
└── lotus.php
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-20