Tag: laravel

Reddit's "hotness" algorithm

August 21, 2023 · 3 min read
Reddit's "hotness" algorithm can be used in web applications to generate the feeling of "trends" in many different scenarios. Here's how to implement it in Laravel with Eloquent and a relational database.

MySQL Reserved Words Checker for Laravel Migrations on PhpStorm

January 15, 2020 · 4 min read
In this article we are going to setup a kind of "typo checker" on PhpStorm to look for MySQL reserved words being used as column names in your Laravel migration files.