nWidart / DbExporter

Export your database as a Laravel Migration. And export your DB data as a seed file. Finally sync all this with your remote server.
378 stars 84 forks source link

Database not recognized if used with prefix #22

Open will666 opened 9 years ago

will666 commented 9 years ago

The database is not recognized if used with prefix (specified in config/database.php).

songjian commented 8 years ago

I would also like to know

will666 commented 8 years ago

you can bypass this limitation by hardcoding the prefix in the framework, i did that at the time...