2017 © Pedro Peláez
 

library hello

Simple 'Hello, world!' Laravel package

image

susomena/hello

Simple 'Hello, world!' Laravel package

  • Friday, February 27, 2015
  • by susomena
  • Repository
  • 1 Watchers
  • 4 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel-Hello-World-Package

Simple "Hello, world!" Laravel package, (*1)

If you want to use this package you have to import it with composer with the following command:, (*2)

composer require susomena/hello

And then, after updating composer, add the HelloServiceProvider to your config/app.php providers array:, (*3)

'Susomena\Hello\HelloServiceProvider',

Now you can say ello to the world with:, (*4)

Hello::world();

The Versions

27/02 2015

dev-master

9999999-dev

Simple 'Hello, world!' Laravel package

  Sources   Download

MIT

The Requires

 

by Jesús Mena

world hello