ctf0 / Laravel-Media-Manager

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

Integration to Vue SPA #105

Closed sergiuwd closed 5 years ago

sergiuwd commented 5 years ago

Is there a simple way of integrating this into a SPA? I am using Laravel only as a backend and a Vue SPA as the frontend, but I see that this package relies on Laravel with config, translation, etc. Has anyone successfully integrated this into a SPA?

Alvazz commented 5 years ago

if you want do this, need change the source code by youself. bcs, this project dependent alot of Laravel file system feature

ctf0 commented 5 years ago

the package use ajax for all of its ops, so using it with spa wont be an issue unless am missing something ?

sergiuwd commented 5 years ago

It is, 'cause it's heavily relaying on Laravel's config and translation files.

ctf0 commented 5 years ago

not necessarily, as long as u can deliver an alternative value to the needed configs and trans then u r good to go.

all the data are being sent to the components through props to make it easier to add/remove any thing u want

BechirAhmed commented 4 years ago

Any one have a solution for this integration, or a clear way to integrate the package?