dungnv/helloworld

this is my demo hello world

dev-master 2017-05-11 02:49 UTC

This package is not auto-updated.

Last update: 2024-09-23 15:56:20 UTC


README

Open file config/app.php and in the $providers array add the service providers for this package.
Dungnv\Helloworld\HelloWorldServiceProvider::class
Add the facade of this package to the $aliases array.
'Dungnv' => Dungnv\Helloworld\Facade\Helloworld::class