php Laravel: Rename Table with Zero-Downtime Migrations How to rename a table with Laravel migrations without causing downtime? In this blog post we will explore how we can use MySQL views to do so.