laravel-file-manager
laravel-file-manager copied to clipboard
Results
3
laravel-file-manager issues
Sort by
recently updated
recently updated
newest added
In the case where 1 file is uploaded, do not include plural 's'.
Despite all my attempt to make it work, I can't make this working : ``` Rule::unique(File::class, 'name') ->where('created_by', Auth::id()) ->where('parent_id', $this->parent_id) ->whereNull('deleted_at') ``` When looking at the sent request, if...
Add "data" property before "id" to get correct page folder id .