pyrobyteweb / file-upload
There is no license information available for the latest version (dev-master) of this package.
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: 2026-03-20 13:13:09 UTC
README
- В app.php
\PyrobyteWeb\FileUpload\FileUploadServiceProvider::class - Публикуем миграцию
php artisan vendor:publish --provider="PyrobyteWeb\FileUpload\FileUploadServiceProvider" - Вызываем для использования
(new FileUpload())->uploadFile($file, 1, 1, 'test', 'test')