dungnv/helloworld

this is my demo hello world

Maintainers

Package info

github.com/at-dungnguyen2/demo-package

pkg:composer/dungnv/helloworld

Statistics

Installs: 26

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-09 23:24:11 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