dev-master
9999999-devRedefine some classes of the Laravel4 package : illuminate/support
MIT
The Requires
- php >=5.3.0
- illuminate/support 4.x
The Development Requires
by Eric VILLARD
laravel illuminate support redefine
Wallogit.com
2017 © Pedro Peláez
Redefine some classes of the Laravel4 package : illuminate/support
This package provides some redefinition of default implementations of the Illuminate/Support package, (*1)
Just run composer require eviweb/illuminate-support:dev-master, (*4)
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., (*5)
Redefine some classes of the Laravel4 package : illuminate/support
MIT
laravel illuminate support redefine