nasrulhazim / hello-world
Demo Package Development - Hello World
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/nasrulhazim/hello-world
Requires
- illuminate/console: 5.4.*
- illuminate/support: 5.4.*
This package is auto-updated.
Last update: 2025-10-06 15:43:17 UTC
README
Typical Hello World Demo
Installation
composer require nasrulhazim/hello-world
Register Service Provider
Open up config/app.php
and register NasrulHazim\Hello\World\HelloWorldServiceProvider::class,
in providers
key.
Usage
Say hello
php artisan hello:world
License
This package is open-sourced software licensed under the MIT license.