Replies: 0 comments 2 replies
-
I managed to implement laraberg (the repo mentioned above) pretty quickly today with the following blade file:
I'm probably not following a lot of the internal coding choices with this but it might be a basis for something. The issue here would be that the file upload functionality (which is a huge part of gutenberg) is done with the laravel-filemanager package and not elfinder on the laraberg example above. So either there would need to be elfinder integration done on the backpack-crud side somehow or there would need to be a think about being able to use laravel-filemanager instead of elfinder throughout the backpack-crud package. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for sharing your code @DannyRevenant ! I'll give it a go and let you know - but right now it looks like a very cool feature for 4.0, or at least a package that can be easily installed on top of Backpack. I don't think the fact that it uses laravel-filemanager instead of elFinder is a big downside - both can be pointed at the same folder. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It might actually be possible: https://github.com/VanOns/laraberg/blob/master/README.md
Maybe baby?
Beta Was this translation helpful? Give feedback.
All reactions