Closed pranshu-07 closed 9 years ago
That may not be really clear on the readme, but Tracker does not control migration, this is a Laravel thing. So you have to set your default connection to 'tracker' if you want to
php artisan migrate
Or you'll have to
php artisan migrate --database=tracker
Readme edited to provide some more information on that. Thank you.
I have created different database connection for tracker but still it has taken my default mySql connection.
I mentioned this connection in tracker config file but still it creates migration in default mySql connection database. Is this a bug or i'm heading towards some silly mistake??