lydia/testpackage

There is no license information available for the latest version (v0.0.2) of this package.

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

Installation

'providers' => [

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

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

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