susomena/hello

Simple 'Hello, world!' Laravel package

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 2

Open Issues: 1

pkg:composer/susomena/hello

dev-master 2015-02-27 09:49 UTC

This package is not auto-updated.

Last update: 2025-10-01 11:21:03 UTC


README

Simple "Hello, world!" Laravel package

If you want to use this package you have to import it with composer with the following command:

composer require susomena/hello

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

'Susomena\Hello\HelloServiceProvider',

Now you can say ello to the world with:

Hello::world();