Looking to hire Laravel developers? Try LaraJobs

clippy-for-laravel maintained by jord-jd

Description
Clippy for Laravel
Author
Last update
2026/02/15 00:25 (dev-master)
License
Links
Downloads
0

Comments
comments powered by Disqus

📎 Clippy for Laravel

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);