dev-master
9999999-devSimple 'Hello, world!' Laravel package
MIT
The Requires
- php >=5.4.0
- illuminate/support 5.0.*
by Jesús Mena
world hello
Simple 'Hello, world!' Laravel 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();
Simple 'Hello, world!' Laravel package
MIT
world hello