laraxot/module_cms_fila3

此软件包最新版本(0.0.0)没有提供许可证信息。

资助软件包维护!
laraxot


README

用于管理适用于项目的主题的模块

将模块添加到项目基础中

在 laravel/Modules 文件夹内

git submodule add https://github.com/laraxot/module_cms_fila3.git Cms

检查模块是否已启用

php artisan module:list

如果未启用,则启用它

php artisan module:enable Cms

执行迁移

php artisan module:migrate Cms