Laravel v5.4
Package: v1.8
wamp 3.0.36 64bit
This was reported before but im getting a csrf missmatch error when im trying to upload files much larger than the alower weight.
Also that error is only show when the window of manager is on fullscreen, if u try upload the same file in a more minimized version the window just close.
Im using a standar alone button.
{!! \File::get(base_path('vendor/unisharp/laravel-filemanager/public/js/lfm.js')) !!}
var route_prefix = "{{ url(config('lfm.prefix')) }}";
$('#lfm').filemanager('image', {prefix: route_prefix});

@spyrosjevan
Never mind we removed the whole package and developed our own thanks for your response.
Most helpful comment
Never mind we removed the whole package and developed our own thanks for your response.