uocnv/db-profiler
Composer 安装命令:
composer require uocnv/db-profiler
包简介
Database Profiler for Laravel Web and Console Applications.
关键字:
README 文档
README
-
Install the package via Composer:
composer require uocnv/db-profiler
-
Publish config
php artisan vendor:publish --provider="Illuminated\Database\DbProfilerServiceProvider" -
Use the
vvvparameter for Web: -
Use the
-vvvoption for Console:
Local by default
Enabled only for the local environment, so you don't have to worry about production.
If you want to force profiling for non-local environments - specify it explicitly in your .env file:
DB_PROFILER_FORCE=true
License
Laravel Database Profiler is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-08-25

