https://github.com/eviweb/illuminate-support
Redefine some classes of the Laravel4 package : illuminate/support
https://github.com/eviweb/illuminate-support
Last synced: 10 months ago
JSON representation
Redefine some classes of the Laravel4 package : illuminate/support
- Host: GitHub
- URL: https://github.com/eviweb/illuminate-support
- Owner: eviweb
- License: mit
- Created: 2013-11-20T17:51:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T10:11:41.000Z (over 6 years ago)
- Last Synced: 2025-01-19T21:46:16.397Z (over 1 year ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Illuminate Redefined Support Classes
====================================
This package provides some redefinition of default implementations of the Illuminate/Support package
Build Status
------------
**Travis CI:** [](https://travis-ci.org/eviweb/illuminate-support)
**Scrutinizer CI:** [](https://scrutinizer-ci.com/g/eviweb/illuminate-support/)
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.