Nova-Filemanager
Nova-Filemanager copied to clipboard
A Filemanager tool for Laravel Nova
- I was able to update so that the csrf token is sent when uploading an image - I changed some components so that the images are displayed properly -...
fix for #182
I am using Vapor to host several applications, and I recently found that this imposes a 5mb (I could be wrong, but small) limit to file uploads. Does Nova Filemanager...
Hey there, thank you for this awesome Filemanager! I really love using it in my Projects, one thing i found out is currently not working: The Image Preview is not...
Nova 4
Doesn't work with Nova 4
Changed filesystem calls to work with Flysystem v2 used by laravel 9
I was wondering if its possible to add the Feature to move multiple Files at once, even if i check them there is no action to move more than one...
Hi there. Quick and simple. When I add an image to a resource and click on save the image URL does not get stored in the database. Am I doing...
Sorry if I'm missing this, but I don't see how you would set help text on a FilemanagerField... ``` FilemanagerField::make('Optional File Download', 'file') ->help('THIS DOES NOT SHOW?') ->filterBy('documents'), ```