dungnv / helloworld
this is my demo hello world
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dungnv/helloworld
This package is not auto-updated.
Last update: 2025-10-06 21:11:02 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