dungnv / helloworld
this is my demo hello world
dev-master
2017-05-11 02:49 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-08 02:01:45 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