Topic: laravel
All the articles about "laravel".
-
Pulse vs Filament vs Nova: Choosing the Right Laravel Admin Panel
Two days after removing Laravel Pulse, I reinstalled it to build an admin dashboard for Growth Method. Here's how I chose Pulse over Filament and Nova, built four custom cards, and fixed a nasty serialization bug in Laravel 13.
-
An Introduction to the Laravel Scheduler
How the Laravel Scheduler works, the three automated tasks we run at Growth Method, whether a per-minute cron job is wasteful, and the production safeguards every app should use.
-
Do You Actually Need a Super Admin?
I spent two years with an is_admin flag in my users table before asking whether I needed it at all. Here's the decision framework that led to removing it entirely.
-
Implementing Semantic Search with the Laravel AI SDK
How we replaced Algolia with pgvector semantic search in our Laravel app — saving money, removing a dependency, and getting better results.