Download the PHP package ckryo/laravel_handler without Composer
On this page you can find all versions of the php package ckryo/laravel_handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel_handler
laravel_handler
错误处理及错误码管理
使用方式:
-
引入包
-
注册服务容器
- 获取errorcode.php配置文件
在自己的模块中使用
-
新建一个 errCode.php 文件
-
在服务容器中注册错误码 serviceprovider.php
-
在代码中抛出异常
- 使用 handler 处理错误信息
你也可以进行二次开发
- 创建自己的Exception
创建Exception需要实现 \Ckryo\Laravel\Handler\Contracts\ExceptionFactory
接口;
该接口只申明了一个handle()
函数,用于返回响应信息。
- 你也可以自定义 Handler
具体请参考laravel源码及文档
All versions of laravel_handler with dependencies
PHP Build Version
Package Version
The package ckryo/laravel_handler contains the following files
Loading the files please wait ....