Action-Domain-Responder (ADR) pattern plugin for Laravel
hydreflab/laravel-adr is a Laravel package for action-domain-responder (adr) pattern plugin for laravel.
It currently has 7 GitHub stars and 28 downloads on Packagist (latest version 0.3.0).
Install it with composer require hydreflab/laravel-adr.
Discover more Laravel packages by hydreflab
or browse all Laravel packages to compare alternatives.
Last updated
This package aims to deliver tools to use/implement ADR pattern with Laravel framework.
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
For full documentation, please check out WIKI.
Note: WIKI is still being updated. It is not yet valid reference point.
Contributions are welcome! Please, read CONTRIBUTING for details.
The package is licensed for use under the MIT License (MIT). Please, see LICENSE for more information.