do you mean to change the table name that maps migration files with database ?
May 21, 2017
6
Level 8
Change Laravels migration table name
Hi there!
I've recently been working on a NodeJS application that uses http://knexjs.org/ for database management, my issue right now is that I'd like to build a Laravel website around my NodeJS app, but Laravel and Knex shares the same name for migrations, so my question is, is there any way to change the name of Laravels migration table?
Any help would be much appreciated!
Level 8
You should just need to change the migrations key in your Database config file.
4 likes
Please or to participate in this conversation.