All Projects → DivineOmega → clippy-for-laravel

DivineOmega / clippy-for-laravel

Licence: LGPL-3.0 license
📎 Clippy for Laravel

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to clippy-for-laravel

components-nightly
⚙️ GitHub Action for searching nightly component availability
Stars: ✭ 21 (+31.25%)
Mutual labels:  clippy
FuckingClippy
The standalone assistant
Stars: ✭ 22 (+37.5%)
Mutual labels:  clippy

📎 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 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);
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].