ctf0 / Laravel-Media-Manager

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

Use Mysql Database instead Sqlite #47

Closed MonrealRyan closed 6 years ago

MonrealRyan commented 6 years ago

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

5.6.*

I was wondering if this package can use MySQL instead it's default database SQLite. I can't find how can I do it. thanks for the help

ctf0 commented 6 years ago

the reason we use sqlite is

as for how to change it, check updated wiki

MonrealRyan commented 6 years ago

Thank you :)