Register Now for a Laravel Debugging Workshop by Sentry https://laravel-news.com/debug-laravel-with-sentry
Laravel News
Register Now for a Laravel Debugging Workshop by Sentry - Laravel News
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!
Boosting Queue Management with Laravel's JobQueueing Event https://laravel-news.com/jobqueueing
Laravel News
Boosting Queue Management with Laravel's JobQueueing Event - Laravel News
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.
Herd Xdebug Toggler for Visual Studio Code https://laravel-news.com/herd-xdebug-toggler
Laravel News
Herd Xdebug Toggler for Visual Studio Code - Laravel News
Enable or disable Xdebug extension for Laravel Herd
Converting Non-Decimal Strings with Laravel's Enhanced toInteger() Method https://laravel-news.com/strings-tointeger
Laravel News
Converting Non-Decimal Strings with Laravel's Enhanced toInteger() Method - Laravel News
Discover how Laravel's enhanced toInteger() method simplifies working with non-decimal numbers by accepting a base parameter, allowing seamless conversion of hex, binary, and octal values within your fluent string operations.
Memoized Cache Driver in Laravel 12.9 https://laravel-news.com/laravel-12-9-0
Laravel News
Memoized Cache Driver in Laravel 12.9 - Laravel News
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.
Navigating Dates Elegantly with Carbon in Laravel https://laravel-news.com/carbon-next-previous
Laravel News
Navigating Dates Elegantly with Carbon in Laravel - Laravel News
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.
Laravel Simple RabbitMQ Package https://laravel-news.com/laravel-simple-rabbitmq-package
Laravel News
Laravel Simple RabbitMQ Package - Laravel News
The Simple RabbitMQ package for Laravel makes it simple to use RabbitMQ with support for multiple connections, easy publishing, and consumer mode. Learn how to use RabbitMQ and Laravel using this easy-to-configure package.
Optimizing Actions with Laravel's Fluent Class https://laravel-news.com/actions-fluent-class
Laravel News
Optimizing Actions with Laravel's Fluent Class - Laravel News
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.
PhpStorm 2025.1 is Here https://laravel-news.com/phpstorm-2025-1-is-here
Laravel News
PhpStorm 2025.1 is Here - Laravel News
JetBrains released the stable version of PhpStorm 2025.1 this week with new AI features, PHPStan annotation code completion, debugging improvements, code completion for nested variables in .env files, and more.
Streamlining Context Validation in Laravel https://laravel-news.com/context-validation
Laravel News
Streamlining Context Validation in Laravel - Laravel News
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.
Verifying Exception Reporting in Laravel with assertReported https://laravel-news.com/exception-assertreported
Laravel News
Verifying Exception Reporting in Laravel with assertReported - Laravel News
Master Laravel's assertReported method from the Exceptions facade to effectively test that your application correctly captures and reports exceptions during test execution.
Firebase Cloud Notifications for Laravel https://laravel-news.com/firebase-cloud-notifications-for-laravel
Laravel News
Firebase Cloud Notifications for Laravel - Laravel News
The Syntech Firebase Cloud Messaging (FCM) package for Laravel makes it easy to use Laravel's notification system to send Firebase notifications.
Converting Array Values to Enum Instances with Laravel's mapInto Method https://laravel-news.com/enum-instances-mapinto
Laravel News
Converting Array Values to Enum Instances with Laravel's mapInto Method - Laravel News
Discover how Laravel's mapInto method simplifies converting array values into PHP enum instances, providing type-safe transformations that make handling user input more robust and maintainable.
Map Eloquent Attributes into an Object Using the Collection Cast in Laravel 12.10 https://laravel-news.com/laravel-12-10-0
Laravel News
Map Eloquent Attributes into an Object Using the Collection Cast in Laravel 12.10 - Laravel News
The Laravel team released v12.10.0, which includes mapping Eloquent attributes using the collection cast into a specific object, checking nested relationships with relationLoaded(), Arr::dot() performance improvements, and more
NativePHP for Mobile v1 — Launching May 2 https://laravel-news.com/nativephp-mobile-v1
Laravel News
NativePHP for Mobile v1 — Launching May 2 - Laravel News
Build native iOS & Android apps using just Laravel. NativePHP for Mobile v1 release announcement— the same Laravel you've always used, now supercharged!
Laravel's AsHtmlString Cast for Elegant HTML Attribute Management https://laravel-news.com/ashtmlstring-cast
Laravel News
Laravel's AsHtmlString Cast for Elegant HTML Attribute Management - Laravel News
Laravel's AsHtmlString cast provides automatic conversion of Eloquent attributes to HtmlString instances. This feature simplifies HTML content handling, reduces boilerplate code, and ensures proper rendering in Blade templates without manual escaping management.
Safely Retry API calls in Laravel https://laravel-news.com/idempotency-laravel-package
Laravel News
Safely Retry API calls in Laravel - Laravel News
Idempotency for Laravel is a production-ready package for implementing idempotency in API requests. Clients can safely retry API calls using this package without worrying about duplicate processing.