Casmo - dev hub

Mathieu de Ruiter

A happy developer

Hello there, I'm Mathieu and I'm a developer by day and a designer by night. I'm passionate about applications, games and websites.
Currently working fulltime with Laravel, React, Filament and Unreal Engine (C++ & Blueprints). Feel free to connect!

a proud member of the green team of 512KB club


Invalid parameter number in Laravel Cursor Pagination

I was working with raw queries and selects in Laravel in combination with Laravel’s Cursor Pagination. This worked fine until I want to the next page.

If you encounter the following error in combination with selectRaw() or whereRaw() in Laravel, I hope this solution works for you.

SQLSTATE[HY093]: Invalid parameter number (Connection: mysql, SQL: ...)
Read more