eviweb/illuminate-support

Redefine some classes of the Laravel4 package : illuminate/support

0.1.0 2020-01-21 09:43 UTC

This package is auto-updated.

Last update: 2024-04-21 19:26:48 UTC


README

This package provides some redefinition of default implementations of the Illuminate/Support package

Build Status

Travis CI: Build Status

Scrutinizer CI: Scrutinizer Quality Score

How to install

Just run composer require eviweb/illuminate-support:dev-master

How to use

Simply depend on classes of this package instead of the original ones. eq. To rely on the redefined ServiceProvider, copy and paste the following line to your class definition file use evidev\illuminate\redefined\support\ServiceProvider; and make your class inherit from this one.