Link Post and Podcast Roundup: March 2021 Edition

March’s links.

Add Multiple Columns After a Column in Migrations by @paulredmond

Laravel 8.27 introduced the ability to better structure migrations where we need to dictate the order of the columns. This article provides an overview of how to use it.

New Laravel Route “Missing” Method by @paulredmond

Laravel 8.26 introduced the ability to define a route in the case where the model is missing. I’m not sure if this is something we should never use, always use, or just use when users are causing trouble.

Laravel Versions

The Laravel Versions project is documenting what’s know about future release dates of Laravel and when each version reaches end of life.