feat:动态权限

This commit is contained in:
JaguarJack
2022-12-10 18:29:42 +08:00
parent 8c537e6656
commit c4270a2fc8
46 changed files with 948 additions and 177 deletions

View File

@@ -16,6 +16,8 @@ return new class () extends Migration {
Schema::create(config('catch.module.table_name'), function (Blueprint $table) {
$table->increments('id');
$table->string('title')->comment('模块标题');
$table->string('name')->comment('模块名称');
$table->string('path', 20)->comment('模块目录');