meedeley/hello-world
最新稳定版本:1.0.3
Composer 安装命令:
composer require meedeley/hello-world
包简介
Just a simple library to generate greetings or messages in Laravel using Artisan command.
README 文档
README
A package that does exactly what you think it does — it says Hello World (wow, groundbreaking).
This is a very serious Laravel package designed for extremely critical situations like saying hello to your users. Just run a command, and boom — your CLI feels loved.
What does it do?
- Prints
Hello [name] - Knows its own version (which is pretty cool for something that can't think)
- Can be extended or replaced by something actually useful (but we know you won't)
Installation
composer require meedeley/hello-world
source for learn :
How To Use
Artisan Command
php artisan hello:world or php artisan hello:world [name]
Controller File
use Meedeley\HelloWorld\Facades\HelloWorld;
HelloWorld::greet("Everyone");
HelloWorld::greet("Joko");
HelloWorld::greet("Morro");
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-16