lydia/testpackage

此包的最新版本(v0.0.2)没有可用的许可证信息。

v0.0.2 2015-12-04 10:17 UTC

This package is not auto-updated.

Last update: 2024-09-18 19:29:20 UTC


README

安装

'providers' => [

    /*
     * Laravel Framework Service Providers...
     */
    Illuminate\Foundation\Providers\ArtisanServiceProvider::class,
    ...

    /*
     * Application Service Providers...
     */
    ...

    /*
     * Lydia Service Providers...
     */
    Lydia\TestPackage\Providers\ServiceProvider::class,
],