| Package Data | |
|---|---|
| Maintainer Username: | susomena |
| Maintainer Contact: | suso.mena@gmail.com (Jesús Mena) |
| Package Create Date: | 2015-02-26 |
| Package Last Update: | 2015-03-24 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-07 15:04:36 |
| Package Statistics | |
|---|---|
| Total Downloads: | 12 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 4 |
| Total Watchers: | 1 |
| Total Forks: | 2 |
| Total Open Issues: | 1 |
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();