eviweb / illuminate-support
Redefine some classes of the Laravel4 package : illuminate/support
0.1.0
2020-01-21 09:43 UTC
Requires
- php: >=5.3.0 <7.0
- illuminate/support: 4.x
Requires (Dev)
- mockery/mockery: 0.9
- phpunit/phpunit: 3.7.*@dev
This package is auto-updated.
Last update: 2024-11-21 20:53:52 UTC
README
This package provides some redefinition of default implementations of the Illuminate/Support package
Build Status
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.