Вот моя кнопка в application.blade:
Код: Выделить всё
[url=#]Attach
[/url]
Код: Выделить всё
×
Upload File
@csrf
Upload
Код: Выделить всё
{{-- Define the width for the modal. The minimum width is 500px --}}
Documents/Attachments
{{-- Content starts here --}}
Код: Выделить всё
ApplicationsAttachment::create([
'application_id' => ,
'file_name' => $fileInputName,
'file_type' => explode('/', $originalFile->getMimeType())[1],
'file_path' => $filePath,
'file_size' => $originalFile->getMaxFilesize(),
]);
Подробнее здесь: https://stackoverflow.com/questions/790 ... g-dispatch