weblagence/emoject

v1.0.2 2019-11-29 17:37 UTC

This package is auto-updated.

Last update: 2024-04-29 03:44:56 UTC


README

WebLAgence

Emoject

Emoject allows you to insert any Apple emoji image (png) and therefore visible on any desktop (Mac, Windows, Linux ...).

Installation

This package requires the use of composer.

composer require weblagence/emoject

Please execute this command before you use Emoject

php artisan vendor:publish --provider="Vendor\Emoject\EmojectServiceProvider"

Utilisation

The emoject('🚀') function allows to generate the path png of the emoji.

The complete function to use :

<img src="{{ emoject('🚀') }}">

Emoject