
Laravel Tip: save() vs update() – Which One Should You Use & Why It Matters
In this post, we’ll break down the differences between save() and update(), and show you a real use case where save() is a better choice.
Learn about Laravel's powerful features, including routing, authentication, migrations, Eloquent ORM, and API development.
In this post, we’ll break down the differences between save() and update(), and show you a real use case where save() is a better choice.
Boost Laravel performance using the new memoized cache driver in Laravel 12.9. Learn how it works, when to use it, and see real-world examples for faster caching.
Laravel 12 is a major release that focuses on enhancing developer experience, improving application performance, and introducing modern tools for full-stack development. Whether you're building enterprise-grade APIs, real-time dashboards, or scalable web apps, Laravel 12 brings powerful new features that make it the best version yet. In this article, we'll explore the key features of Laravel 12 and what makes it a compelling upgrade from previous versions like Laravel 11.
In this guide, you’ll learn how to get the raw SQL query in Laravel, including print-ready queries with actual values, and how to log SQL queries in Laravel for debugging.
Sync Laravel routes with Vue/React effortlessly! Wayfinder auto-generates type-safe URLs from your backend. Install, generate, and use show(1).url in components—no more hardcoding or route typos.
Install Laravel Breeze to add secure authentication (login, registration, password reset) in minutes! Choose your stack—Blade, Livewire, React/Vue with Inertia, or API—run migrations, build assets, and launch. Ideal for lightweight, SEO-friendly apps, Breeze eliminates boilerplate so you focus on core features. Boost your Laravel workflow today!
Boost Laravel performance via caching, optimized DB queries, and frontend asset compression. Use OPcache, queue tasks, minimize middleware, and deploy Nginx/HTTP2. Monitor with Laravel Telescope and update dependencies for sustained speed. 🚀
Install Laravel Jetstream for secure authentication, team management, and API support. Choose Livewire or Inertia+Vue, enable dark mode/teams, run migrations, and build assets. Perfect for SaaS apps—launch faster with enterprise-ready features!
Laravel Breeze is a simple and lightweight starter kit ideal for basic authentication and quick project setup. Laravel Jetstream, on the other hand, is a more feature-rich starter kit with advanced authentication, team management, 2FA, and API support for complex applications.
🔐 Laravel Sanctum vs Passport – Not sure which one to use for your API? Use Sanctum for simple, SPA-friendly auth and Passport for full OAuth2 power. Choose the right tool to keep your Laravel API secure and scalable! 🚀
Laravel's task scheduling feature makes it incredibly simple to automate repetitive tasks — whether it’s sending reports, cleaning up logs, or triggering notifications. In this blog post, we'll walk through how to create a custom Artisan command and schedule it using Laravel’s built-in scheduler.
Top 5 Laravel open source projects (2025): Monica (DDD), Firefly III (MVC), BookStack (Blade), Koel (Vue.js), Coolify (Docker). Learn architecture, security, and modern tools.