sepiphy/laravel-support

Shared Utilities for Laravel


Keywords
laravel, Laravel-Support, sepiphy
License
MIT

Documentation

Shared Utilities for Laravel

Packagist Packagist Version GitHub

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.