susomena/hello

Simple 'Hello, world!' Laravel package
12 4
Install
composer require susomena/hello
PHP:>=5.4.0
License:MIT
Last Updated:Mar 24, 2015
Links: GitHub  ·  Packagist
Maintainer: susomena

Laravel-Hello-World-Package

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();

Related Packages

vr80s/laravel-hello

My first Laravel Package by vr80s

15 0
brianfp/lumen-world

Provide countries, states, and cities models database.

4,931 0
io238/laravel-iso-countries

Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO...

74,020 57
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0