laraxot/module_rating_fila3

该包最新版本(0.0.0)没有可用的许可信息。


README

用于管理评价的模块

将模块添加到项目基础中

在 laravel/Modules 文件夹内

git submodule add https://github.com/laraxot/module_rating_fila3.git Rating

检查模块是否已激活

php artisan module:list

如果未激活,请启用

php artisan module:enable Rating

执行迁移

php artisan module:migrate Rating