keepeye/utils

There is no license information available for the latest version (0.1.2) of this package.

0.1.2 2015-01-20 04:55 UTC

This package is not auto-updated.

Last update: 2024-03-16 12:59:55 UTC


README

###安装

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

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

'Keepeye\Utils\UtilsServiceProvider'

####通用 直接实例化类即可

###具体使用

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