Shared Utilities for Laravel
Installation
Install the sepiphy/laravel-support
package via Composer.
composer require sepiphy/laravel-support
Usage
- If you want to use Dependency Injection instead of Laravel Facades, try Interaction traits.
- If you want to use a wrapper instead of Model mutators/accessors, try the Presenter class.
- If you want to split your simple query builder, try the Query class.