divineomega/clippy-for-laravel

Clippy for Laravel

v1.1.0 2019-10-10 21:12 UTC

This package is auto-updated.

Last update: 2024-04-11 14:18:59 UTC


README

clippy-for-laravel-demo.gif

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