Laravel-Backpack / FileManager

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

Can we take over the elfinder's view path? #32

Open tabacitu opened 1 year ago

tabacitu commented 1 year ago

Right now what we do is that we publish blade files in the elfinder view path. In order for elfinder to use our custom views. But this creates problems... upgrading is difficult. Because those files need to be deleted and re-published.

Isn't there a way for us to "take over" that blade namespace? And point it to our blade views in the package?