Countify:Laravel 5 包计算文本区域中的单词

时间:2021-06-23 04:13:39
【文件属性】:
文件名称:Countify:Laravel 5 包计算文本区域中的单词
文件大小:5KB
文件格式:ZIP
更新时间:2021-06-23 04:13:39
JavaScript 计数 Laravel 5 包计算文本区域中的单词。 安装 在 composer.json 文件中需要它 "thunder/countify" : "dev-master" 将服务提供者添加到 config > app.php 中的服务提供者数组 'thunder\Countify\CountifyServiceProvider' , 在 config > app.php 中的 aliasses 数组中添加一个别名 'Countify' => 'thunder\Countify\Facades\Countify' , PSR4 自动加载 "thunder\\Countify\\" : "vendor/thunder/Countify/src/" 做一个作曲家更新 通过这个命令发布资源 php artisan vendor:publish 用法 在您的视图中包含已发布的资源。
【文件预览】:
Countify-master
----.gitignore(11B)
----src()
--------resources()
--------Countify.php(285B)
--------composer.json(258B)
--------Facades()
--------CountifyServiceProvider.php(578B)
----LICENSE(1KB)
----composer.json(553B)
----README.md(1KB)

网友评论