Expert Debugging with Laravel Telescope and Ray
Stop using `dd()` and `var_dump()`. Learn how to debug Laravel applications like a professional using Telescope and Spatie Ray.
126 posts published
Stop using `dd()` and `var_dump()`. Learn how to debug Laravel applications like a professional using Telescope and Spatie Ray.
Learn how to transform your models into JSON responses using API resources.
Learn how to implement authentication in Laravel applications.
Enhance your Blade templates with these tips and tricks.
Moving beyond MVC. How to structure large-scale Laravel applications using Domain-Driven Design concepts.
Explore the different types of relationships in Laravel Eloquent and learn how to use them effectively.
How to use Laravel's event system to create clean, decoupled, and maintainable code.
Take control of your Redis queues with Laravel Horizon. Monitor metrics, throughput, and manage failures with a beautiful dashboard.
Why build an API when you don't have to? Learn how Inertia.js allows you to build single-page apps using classic server-side routing.
Who needs MongoDB? Modern MySQL and PostgreSQL have powerful JSON support. Learn how to leverage it in Laravel Eloquent.