kr4y/profiler
Composer 安装命令:
composer require kr4y/profiler
包简介
Profiler for Laravel 4
关键字:
README 文档
README
Profiler for Laravel 4
Installation
In composer.json file:
{
"require-dev": {
"kr4y/profiler": "dev-master"
},
}
In app/config/app.php:
'providers' => array( ... 'Kr4Y\Profiler\ProfilerServiceProvider', ... ), 'aliases' => array( ... 'Profiler' => 'Kr4Y\Profiler\Facades\Profiler', ...
If you need to disable profiler (disabled in production environment by default), publish package config php artisan config:publish kr4y/profiler and set 'enabled' => false
Profiler snapshot points usage:
Profiler::startPoint('sample snapshot point'); ..... Profiler::endPoint('sample snapshot point');
统计信息
- 总下载量: 89
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-05-08