Skip to content

susomena/Laravel-Hello-World-Package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple "Hello, world!" Laravel package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages