jord-jd / clippy-for-laravel
Clippy for Laravel
Fund package maintenance!
Requires
- php: >=7.0
- laravel/framework: ^5.1||^6.0||^7.0||^8.0||^9.0||^10.0||^11.0||^12.0||^13.0
Requires (Dev)
- phpunit/phpunit: ^6.5||^9.6||^12.0
Replaces
- divineomega/clippy-for-laravel: v5.1.0
This package is auto-updated.
Last update: 2026-07-18 10:08:14 UTC
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.
It supports Laravel 5.1 through 13. Speech is JSON-encoded before it reaches JavaScript, so quotes and HTML in application text cannot break out of the generated script. Browser assets are pinned to jQuery 3.7.1 and an exact clippy.js commit rather than mutable upstream branches.
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);
