laraxot/module_gdpr_fila3


README

专门用于管理GDPR的模块

将模块添加到项目基础中

在laravel/Modules文件夹内

git submodule add https://github.com/laraxot/module_gdpr_fila3.git Gdpr

检查模块是否已启用

php artisan module:list

如果未启用,请启用它

php artisan module:enable Gdpr

执行迁移

php artisan module:migrate Gdpr