laraxot/module_setting_fila3

模块设置以管理有用功能


README

用于管理某些配置的模块

将模块添加到项目基础目录

在 laravel/Modules 文件夹内

git submodule add https://github.com/laraxot/module_setting_fila3.git Setting

检查模块是否已启用

php artisan module:list

如果未启用,则启用它

php artisan module:enable Setting

执行迁移

php artisan module:migrate Setting