bahricanli / laravel-emoji
带有表情符号的 Laravel 文本
1.0.0
2016-09-23 20:03 UTC
Requires
- php: >=5.4.0
- illuminate/support: ~5.0 || ~4.0
This package is not auto-updated.
Last update: 2024-09-28 20:03:36 UTC
README
带有表情符号的 Laravel 5.X
安装
通过 Composer
$ composer require "bahricanli/laravel-emoji:dev-master"
使用方法
use BahriCanli\LaravelEmoji\LaravelEmoji; $str = "Power "; LaravelEmoji::textWithEmoji($str);
表情符号来源
https://github.com/bahricanli/php-emoji
许可证
MIT 许可证(MIT)。有关更多信息,请参阅许可证文件。