Sorting by

×

Posts from October 18, 2024

Minimizing risk with production data migrations

Sometimes you need to reshape some core, critical data in production. You might wish[…]

Just do it the right way

On a recent project, a feature request came in that was very similar to[…]

Why I don’t use `dropIfExists` in down methods

When you use the make:migration --create=table_name command in Laravel, the generated migration will look like this:[…]

A use case for the `value-of` PHPDoc type

On a recent project, I was building up a configuration object that would be[…]