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: 2025-05-20 11:34:15 UTC
README
- В app.php
\PyrobyteWeb\FileUpload\FileUploadServiceProvider::class
- Публикуем миграцию
php artisan vendor:publish --provider="PyrobyteWeb\FileUpload\FileUploadServiceProvider"
- Вызываем для использования
(new FileUpload())->uploadFile($file, 1, 1, 'test', 'test')