nasrulhazim / hello-world
Demo Package Development - Hello World
v0.0.2
2017-01-26 07:28 UTC
Requires
- illuminate/console: 5.4.*
- illuminate/support: 5.4.*
This package is auto-updated.
Last update: 2024-10-06 13:21:07 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.