Laravel devs, Laravel 13.26 lets you reroute queues without touching your jobs. 👀

With Queue::forward(), you can move a queue to another queue, another connection, or both.

Perfect for changing queue infrastructure without hunting down every dispatch.
image

Laravel devs, did you know default() can accept database expressions? 👀

Use Expression for defaults generated by your database, like JSON values, timestamps, or conditional logic.

Just remember: supported syntax depends on your database.
image

Laravel devs, do you still read the Laravel documentation regularly?

Or do you mostly rely on your IDE, AI, and Google now?

if its a feature i do not know, i'll read some of it in the docs myself. To acquire the skill myself. Then say to the agents: go and use that feature.