laravel-entity-file-table

时间:2024-04-17 16:51:37
【文件属性】:

文件名称:laravel-entity-file-table

文件大小:15KB

文件格式:ZIP

更新时间:2024-04-17 16:51:37

PHP

安装流明 1.打开文件bootstrap/app.php并添加新的服务提供商 $app->register(\Gavoronok30\LaravelEntityFileTable\Providers\EntityFileTableServiceProvider::class); 未注释的字符串 $app->withFacades(); $app->withEloquent(); 在$ app-> configure('app')之后添加; $app->configure('entity_file_table'); 2.运行命令 用于创建配置文件 php artisan entity:file:table:publish --tag=config 用于创建迁移文件 php artisan entity:file:table:publish --tag=migration 用于生成表 php


【文件预览】:
laravel-entity-file-table-1.x
----src()
--------EntityFileTableService.php(7KB)
--------EntityFileTableException.php(1KB)
--------Providers()
--------Model()
--------EntityFileTableServiceInterface.php(2KB)
--------Console()
--------Helpers()
--------FileData.php(4KB)
----config()
--------entity_file_table.php(1KB)
----LICENSE.md(1KB)
----README.md(8KB)
----migration()
--------2021_03_26_081951_create_files.php(1KB)
----resources()
--------lang()
----composer.json(718B)

网友评论