portedcheese / site-reviews
网站的评论
v2.0.2
2024-09-16 14:40 UTC
Requires
This package is auto-updated.
Last update: 2024-09-16 14:40:52 UTC
README
创建评论的接口。
评论页面使用 VueJs 构建。在设置中可以更改页面地址、每页数量、通知地址以及是否需要审核。
安装
php artisan migrate
php artisan vendor:publish --provider="PortedCheese\SiteReviews\ServiceProvider" --tag=public --force
php artisan make:reviews
{--all : Run all}
{--menu : Config menu}
{--models : Export models}
{--controllers : Export controllers}
{--policies : Export and create rules}
{--only-default : Create default rules}
{--vue : Export vue}
{--config : Make config}