Can't upload more than 10mb with SpatieMediaLibraryFileUpload
In the php.ini the upload_max_filesize is 100MB and in the media-library.php i set 'max_file_size' => 1024 * 1024 * 100. But I still can not upload anything more than 10mb.
2 Replies
Solution
Check
config/livewire.php
. There should be an option, too.yea I missed that tnak you!