jord-jd/clippy-for-laravel
最新稳定版本:v5.0.0
Composer 安装命令:
composer require jord-jd/clippy-for-laravel
包简介
Clippy for Laravel
README 文档
README
This package brings possibly the most important feature of all time to the Laravel framework. With this easy to use package, anyone can make use of the all powerful Clippy assistant within their Laravel applications.
Installation
Just run the following Composer command from the root of your project.
composer require jord-jd/clippy-for-laravel
Usage
Just add the following to any Blade file.
@clippy('It looks like you are writing a Laravel app. Would you like help with that?')
It also works with variables so you pass all important data down from your controllers or view composers.
@clippy($earthShatteringlyImportantMessage);
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 16
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-only
- 更新时间: 2026-02-14
