oneduo / nova-file-manager

The most advanced File Manager for Laravel Nova, feature rich and robust build.
https://oneduo.github.io/nova-file-manager/
MIT License
136 stars 37 forks source link

Run file manager as standalone project #381

Closed lechuhuuha closed 4 months ago

lechuhuuha commented 4 months ago

Describe the solution you'd like Hi do you guys plan to release the front end file manager as a standalone project

Describe alternatives you've considered Like this repo https://github.com/n1crack/vuefinder or this https://github.com/alexusmai/vue-laravel-file-manager

Additional context If not then its there any docs that i can checkout to do this. Thanks

Rezrazi commented 4 months ago

Hi @lechuhuuha Honestly I doubt we can consider working on it However, we've tried to keep the Vue structure somehow disconnected from the Laravel API (but there's still some coupling to some Nova APIs) Everything related to the Laravel API should be enclosed within the Pinia store files, so in theory, you could try to extract all the Vue components and try to cut them off from our store, thus making it standalone (to some extent)

Good luck 👍

lechuhuuha commented 2 months ago

thanks IMO its would be a nice repo to have and can approach more use case other then laravel