2017 © Pedro Peláez
 

library helloworld

Hello World

image

sasaya/helloworld

Hello World

  • Friday, December 4, 2015
  • by storyn26383
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Sasaya Hello World

Installation

Run the composer require command:, (*1)

compsoer require sasaya/helloworld

Append Sasaya Hello World service provider to providers array in config/app.php., (*2)

'providers' => [
    /*
     * Laravel Framework Service Providers...
     */
    Illuminate\Foundation\Providers\ArtisanServiceProvider::class,
    ...

    /*
     * Application Service Providers...
     */
    App\Providers\AppServiceProvider::class,
    ...

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

Getting Started

Run the artisan command:, (*3)

php artisan serve

Then we can open a browser and type http://localhost:8000 and we would see Hello World., (*4)

The Versions

04/12 2015

dev-master

9999999-dev

Hello World

  Sources   Download

by Sasaya

04/12 2015

v0.0.3

0.0.3.0

Hello World

  Sources   Download

by Sasaya

04/12 2015

v0.0.2

0.0.2.0

Hello World

  Sources   Download

by Sasaya

04/12 2015

v0.0.1

0.0.1.0

Hello World

  Sources   Download

by Sasaya