weblagence/emoject


License
MIT

Documentation

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