The Laravel team released v12.9.0, which includes a "memoized" cache driver, convenient relationship autoloading for a model instance, a DB transaction failure callback, and more.
The Laravel team released v12.9.0, which includes a "memoized" cache driver, convenient relationship autoloading for a model instance, a DB transaction failure callback, and more.
We chat with Ashley Hindle about his newest project, WhispPHP, a Pure PHP SSH server.
Register now for a hands-on demo of monitoring and debugging Laravel applications with Sentry. You will learn how to add tracking context across your stack, see session replays in action, and more!
Learn how Laravel simplifies context validation with the new missing() and missingHidden() methods that provide cleaner boolean checks for key existence in your Context service.
Discover how Laravel's Fluent class transforms action implementations by providing built-in data transformation methods and cleaner validation capabilities compared to traditional array approaches.
Explore how Laravel's Carbon library simplifies date navigation with intuitive methods for finding specific days and times, making complex scheduling logic more readable and maintainable in your applications.
Learn how Laravel's new JobQueueing event expands your queue system's capabilities by providing a pre-dispatch hook for monitoring and manipulating jobs right before they enter your queue provider.