oscer-io / oscer

A simple CMS and blogging platform as a Laravel package
https://oscer.io/
MIT License
9 stars 2 forks source link

Think about publish migrations instead of using own database migrations #105

Closed bambamboole closed 4 years ago

bambamboole commented 4 years ago

In the first instance my thought were it is better to not use the same database connection as the normal laravel. Now ther eis the problem that if we use laravel-permission which publishes its migrations normally they would use another database connection.

I will give feedback after the first try :-)

bambamboole commented 4 years ago

done!