Topic: AI
All the articles about "AI".
-
The Laravel Skills Directory — And Why It Matters for Agentic Engineers
Laravel launched a community-powered Skills Directory at skills.laravel.cloud — an open collection of reusable AI agent skills for Laravel and PHP. Here's why it matters, especially if you're building with AI agents and can't write a line of PHP.
-
What Would Taylor Otwell Do?
WWTD — What Would Taylor Do? — is a five-word prompt that changed how I learn Laravel. After using it in 49 coding sessions, here's why it works, seven real examples, and how it evolved from a one-off question into a reusable AI skill.
-
I'm Not a Developer. I'm an Agentic Engineer.
Agentic engineering is a new discipline — not vibe coding, not traditional development. It's directing AI agents to build real software with intent, oversight, and taste. Here's what it means and why it matters.
-
Choosing MySQL vs PostgreSQL for Your Laravel Application
Updated:I migrated my production Laravel app from MySQL to PostgreSQL. Here's what changed in the code — DATEDIFF to Carbon, FIELD() to a reusable scope, LIKE to whereLike — plus what the Laravel community thinks and what Taylor Otwell would do.