eviweb/illuminate-support

重新定义了Laravel4包 illuminate/support 的一些类

0.1.0 2020-01-21 09:43 UTC

This package is auto-updated.

Last update: 2024-09-21 20:25:51 UTC


README

本包提供了 Illuminate/Support 包默认实现的某些重定义

构建状态

Travis CI: Build Status

Scrutinizer CI: Scrutinizer Quality Score

如何安装

只需运行 composer require eviweb/illuminate-support:dev-master

如何使用

简单地依赖本包中的类而不是原始类。例如,要依赖重定义的 ServiceProvider,将以下行复制并粘贴到您的类定义文件中 use evidev\illuminate\redefined\support\ServiceProvider; 并使您的类继承自该类。