weblagence / emoject
v1.0.2
2019-11-29 17:37 UTC
Requires
- illuminate/support: 5.5.*|5.6.*|5.7.*|5.8.*|6.*
Requires (Dev)
- orchestra/testbench: 3.5.*|3.6.*
- phpunit/phpunit: 6.0.*|7.0.*
This package is auto-updated.
Last update: 2024-10-29 05:10:50 UTC
README
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('🚀') }}">