Edward Coleridge Smith - How to avoid database migration hell - Laracon EU 2016

Maybe you use migrations and seeds in your applications or maybe you don’t? If you already make use of them, what do you do when the list of requirements grows or you’re managing multiple applications talking to the same database? If you don’t already make use of these powerful tools, maybe you should consider using them? However, things can quickly get out of control; migrations can get messy, seeds can be forgotten about and you might make the mistake of inserting data into your database via a migration.
Back to Top