hydreflab / laravel-adr
Action-Domain-Responder (ADR) pattern plugin for Laravel
0.3.0
2018-07-18 09:10 UTC
Requires
- php: >=7.0
- illuminate/config: 5.5.*|5.6.*
- illuminate/console: 5.5.*|5.6.*
- illuminate/container: 5.5.*|5.6.*
- illuminate/contracts: 5.5.*|5.6.*
- illuminate/http: 5.5.*|5.6.*
- illuminate/routing: 5.5.*|5.6.*
- illuminate/support: 5.5.*|5.6.*
- illuminate/view: 5.5.*|5.6.*
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is not auto-updated.
Last update: 2024-11-10 05:56:35 UTC
README
This package aims to deliver tools to use/implement ADR pattern with Laravel framework.
Installation
To install the package, run:
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:
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.