pingpong/whoops
Composer 安装命令:
composer require pingpong/whoops
包简介
With this package you can get the whoops errors style like the laravel's style in versions 4.0 and 4.1.
README 文档
README
With this package you can get the whoops errors style like the laravel's style in versions 4.0, 4.1 and 5.0.
Preview
Installation
Via command line :
composer require "pingpong/whoops:1.*"
After the package installed, add new service provider to your providers array.
'providers' => array( // ... 'Pingpong\Whoops\WhoopsServiceProvider', )
Laravel4
Next, open terminal and publish the package's assets by run :
php artisan asset:publish pingpong/whoops
Done.
License
This package is open-sourced software licensed under The BSD 3-Clause License
统计信息
- 总下载量: 258
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-09-30
