smorken/errors
最新稳定版本:v11.4.0
Composer 安装命令:
composer require smorken/errors
包简介
Extended error handling for Laravel
README 文档
README
License
This software is open-sourced software licensed under the MIT license
The Laravel framework is open-sourced software licensed under the MIT license
Installation
Add as the first service provider to your config/app.php
...
'providers' => [
Smorken\Errors\ErrorServiceProvider::class,
...
Publish the files
php artisan vendor:publish --provider="Smorken\Errors\ErrorServiceProvider"
This will provide a resource/views/errors directory and config/errors.php
Modify any of the settings you wish (email to address, layout/master view)
The view files expect a variable called $master to be available with the name of the master view to extend.
(eg, view()->share('master', 'layouts.master'))
统计信息
- 总下载量: 5.4k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-25