This package can be used to Upload and delete files
Require package in your composer.json:
"repositories": {
"mintellity/upload-file": {
"url": "https://github.com/mintellity/upload-file.git",
"type": "git"
}
},
composer require "mintellity/upload-file"
php artisan vendor:publish --tag=upload-file-components
<x-upload-file-component :object="$object" />