empari/files
Composer 安装命令:
composer require empari/files
包简介
Management Files for Laravel
README 文档
README
Management Files for Laravel.
Installation
Composer
Execute the following command to get the latest version of the package:
composer require empari/gfiles
Laravel
In your config/app.php add Empari\Files\FilesServiceProvider::class to the end of the providers array:
'providers' => [ ... Empari\Files\FilesServiceProvider::class, ],
Publish Configuration
php artisan vendor:publish --provider "Empari/Files/FilesServiceProvider"
Migrate the new tables
php artisan migrate
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-11