This Week in Laravel: 30+ Large Laravel Projects and DDD
Useful Laravel links to read/watch for this week of November 6, 2025.
In-depth Laravel tutorials covering advanced topics, real-world examples, and best practices.
Useful Laravel links to read/watch for this week of November 6, 2025.
Useful Laravel links to read/watch for this week of October 30, 2025.
After your application grows, SQL queries might become slow. Let's check the halilcosdu/laravel-slower package, which can help to improve query performance, using AI.
Useful Laravel links to read/watch for this week of October 23, 2025.
Useful Laravel links to read/watch for this week of October 16, 2025.
Useful Laravel links to read/watch for this week of October 9, 2025.
Useful Laravel links to read/watch for this week of October 2, 2025.
In Laravel Controllers, we often call $request->input() method, right? But also, there are specific methods for strict types: `$request->integer()`, `$request->boolean()`, and others. What is the real benefit of using them? Let me explain, with examples.
Useful Laravel links to read/watch for this week of September 25, 2025.
This 26-minute video is showing Activity Log package with a real-life example, explaining a lot of important details along the way.