keepeye/utils

此包的最新版本(0.1.2)没有可用的许可证信息。

0.1.2 2015-01-20 04:55 UTC

This package is not auto-updated.

Last update: 2024-09-28 15:23:49 UTC


README

###安装

composer require "keepeye/utils" --prefer-source

####在Laravel中,将服务提供器添加到配置文件 providers 中,

'Keepeye\Utils\UtilsServiceProvider'

####通用方式:直接实例化类即可

###具体使用

本工具包可能会抛出自定义异常类Keepeye\Utils\KeepeyeUtilException,可以针对捕获处理。