lydia/helloworld

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

helloworld

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/lydia/helloworld

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

This package is not auto-updated.

Last update: 2025-10-29 23:47:12 UTC


README

Installation

'providers' => [

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

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

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