Laravel’s migrate:fresh command breaking with multiple databases? Here’s how to work around it. AmitiDevelop, PHPJune 13, 2024 Laravel is great at good many things and its inbuilt ORM & query builder makes working with multiple databases a breeze. But while working yesterday, I came across a curious issue – running artisan migrate:fresh command breaks if your tables … Continue reading