ctf0 / Laravel-Media-Manager

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

Implementation without Vue #162

Closed gRoberts84 closed 3 years ago

gRoberts84 commented 3 years ago

Hi there,

It may be the lack of coffee (or whisky) today but I've spent a few hours now totally racking my brains on how to integrate Media Manager into my Bootstrap 4 based admin panel that will allow users to select media in a similar fashion to how Wordpress would.

Totally misunderstanding the requirement to heavily bake Vue into the system, when all I need is a modal that I can load the media manager and then accept javascript events to pick up on any actions within Media Manager.

Your Modal documentation assumes I will be using Vue a lot, however my goal is to totally avoid using Vue at all costs.

Any suggestions?

ctf0 commented 3 years ago

unfortunately the whole thing is built on vue + we use bulma for styling.