雄辩可见:将视图与Laravel中雄辩模型相关联 源码
雄辩可见 这个Laravel> = 6.0软件包允许您将视图与Eloquent模型相关联。 安装后,您可以执行以下操作: // Return total views count views ( $ post )-> count (); // Return total views count that have been made since 20 February 2017 views ( $ post )-> period ( Period :: since ( '2017-02-20' ))-> count (); // Return total views count that h
文件列表
eloquent-viewable-master.zip
(预估有个26文件)
eloquent-viewable-master
composer.json
2KB
config
eloquent-viewable.php
3KB
UPGRADING.md
11KB
LICENSE
1KB
src
EloquentViewableServiceProvider.php
2KB
CooldownManager.php
3KB
ViewableObserver.php
903B
暂无评论