ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

Is there a version of pure Vue? #102

Closed Alvazz closed 5 years ago

Alvazz commented 5 years ago

What version of Laravel are you using? (nothing lower than v5.4).

5.7

is it an issue related to installation or usage ?

usage

what is the error you are getting ?

No

Extra Info "attaching a screen shot would be very helpful"

...

Do You Know A Solution For this Issue ?

ctf0 commented 5 years ago

what do u mean? the js in the package is either vue or vanilla js

Alvazz commented 5 years ago

I mean, can use it without the combination of laravel? Just used in vuejs, but I think it shouldn't, because I found that the project package relies on a lot of laravel stuff, including filesystem

Alvazz commented 5 years ago

@ctf0 can u try integration your package whit this project?

https://github.com/inertiajs/inertia-vue

i try a lot of times, and more than 7 ways. look like cant integration them together

ctf0 commented 5 years ago

I mean, can use it without the combination of laravel? Just used in vuejs, but I think it shouldn't, because I found that the project package relies on a lot of laravel stuff, including filesystem

because this is a file manager which needs a way to communicate with the file system layer, the other option for not using laravel is going with another server language exnode, go, etc... which am not familiar with any

https://github.com/ctf0/Laravel-Media-Manager/issues/11

https://github.com/inertiajs/inertia-vue

am aware of inertia but i havent played with it yet, however the package already use a caching layer to make navigation quicker so am not sure how inertia will fit or what extra does it offer

Alvazz commented 5 years ago

yes, you are right.