lydia/helloworld

此软件包最新版本(v0.0.2)没有提供许可信息。

helloworld

v0.0.2 2015-12-04 06:44 UTC

This package is not auto-updated.

Last update: 2024-09-18 18:42:26 UTC


README

安装说明

'providers' => [

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

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

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