项目作者: HydrefLab

项目描述 :
Action-Domain-Responder (ADR) pattern for Laravel
高级语言: PHP
项目地址: git://github.com/HydrefLab/laravel-adr.git
创建时间: 2018-01-28T18:59:51Z
项目社区:https://github.com/HydrefLab/laravel-adr

开源协议:MIT License

下载


Action-Domain-Responder (ADR) implementation for Laravel

This package aims to deliver tools to use/implement ADR pattern with Laravel framework.

Travis
Packagist

Installation

To install the package, run:

  1. composer require hydreflab/laravel-adr

Package requires Laravel >= 5.5.

No additional service provider registration is required as package uses auto-discovery feature.

After, run:

  1. php artisan vendor:publish --provider=HydrefLab\\Laravel\\ADR\\ADRServiceProvider

Documentation

For full documentation, please check out WIKI.

Note: WIKI is still being updated. It is not yet valid reference point.

Contributing

Contributions are welcome! Please, read CONTRIBUTING for details.

License

The package is licensed for use under the MIT License (MIT). Please, see LICENSE for more information.