pyrobyteweb / file-upload
此软件包的最新版本(dev-master)没有可用的许可证信息。
dev-master
2022-01-20 04:36 UTC
Requires
- php: ^7.4|^8.0
- illuminate/support: ^6.0|^7.0|^8.0
This package is auto-updated.
Last update: 2024-09-20 10:03:47 UTC
README
- 在 app.php 中
\PyrobyteWeb\FileUpload\FileUploadServiceProvider::class
- 发布迁移
php artisan vendor:publish --provider="PyrobyteWeb\FileUpload\FileUploadServiceProvider"
- 调用以使用
(new FileUpload())->uploadFile($file, 1, 1, 'test', 'test')