openforce-jp/debug-container

安装: 16

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:laravel-library

dev-master 2017-08-22 16:44 UTC

This package is auto-updated.

Last update: 2024-09-06 01:44:33 UTC


README

请使用composer命令进行安装。

composer require openforce/debug-container:dev-master

接下来,将ServiceProvider添加到config/app.php文件中的providers数组中。

'providers' => array(
    /*
     * Package Service Providers...
     */
    Openforce\DebugContainer\DebugContainerServiceProvider::class,
    /*
     * Application Service Providers...
     */
),

使用方法

php artisan debug:container