Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eviweb/illuminate-support
Redefine some classes of the Laravel4 package : illuminate/support
https://github.com/eviweb/illuminate-support
Last synced: about 1 month 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T10:11:41.000Z (almost 5 years ago)
- Last Synced: 2023-08-21T10:12:55.064Z (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:** [![Build Status](https://travis-ci.org/eviweb/illuminate-support.png?branch=master)](https://travis-ci.org/eviweb/illuminate-support)
**Scrutinizer CI:** [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/eviweb/illuminate-support/badges/quality-score.png?s=2026969fc96e03f49b3fdce896a3980aeb7b71b4)](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.