Laravel-Backpack / FileManager

Admin interface for files & folders, using elFinder.
Other
90 stars 21 forks source link

v6 #26

Closed tabacitu closed 1 year ago

tabacitu commented 1 year ago

New version, to be launched alongside Backpack v6.

TODOs:

promatik commented 1 year ago

@tabacitu, regarding the missing checks;

we were publishing the views, to override elFinder's - perhaps we can avoid this?!

Unfortunately, we need to publish the views, otherwise \vendor\barryvdh\laravel-elfinder\resources\views\*.blade.php views will be loaded instead of ours.

we were publishing the config file, perhaps we no longer do this now that we use Basset?

We are not publishing it by default, on installation, but we allow to publish the file. Mainly because our config('elfinder.route') is different from the laravel-elfinder package. I think we're doing what's expected here; 1) Not publishing by default (on installation) 2) Allow to publish in order to change anything developer needs to.