Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

laravel-news.com

Laravel News

Get the latest updates from Laravel News directly as they happen.

Follow now 272 followers

Latest posts

Last updated about 16 hours ago

Track Job Progress and Status in Laravel with the Laravel Job Status Package

1 day ago

The laravel-job-status package provides a simple way to track the status and...

Laracon US tickets are on sale

1 day ago

The new Laracon US website just launched! Come to the absolute best...

Centralize HTTP Client Configuration with Laravel's globalOptions Method

3 days ago

Laravel's globalOptions method centralizes HTTP client configuration, enabling consistent request behavior across...

Enhance Validation Testing Precision with Laravel's assertOnlyJsonValidationErrors

3 days ago

Laravel's assertOnlyJsonValidationErrors method revolutionizes validation testing by verifying both the presence of...

Generate HTTP Fixtures from Live API Calls in Laravel

6 days ago

The HTTP Fixtures package for Laravel generates fake JSON responses for external...

Safely Retry API calls in Laravel

6 days ago

Idempotency for Laravel is a production-ready package for implementing idempotency in API...

Map Eloquent Attributes into an Object Using the Collection Cast in Laravel 12.10

7 days ago

The Laravel team released v12.10.0, which includes mapping Eloquent attributes using the...

NativePHP for Mobile v1 — Launching May 2

7 days ago

Build native iOS & Android apps using just Laravel. NativePHP for Mobile...

Laravel's AsHtmlString Cast for Elegant HTML Attribute Management

7 days ago

Laravel's AsHtmlString cast provides automatic conversion of Eloquent attributes to HtmlString instances...

Confidently Extract Single Array Items with Laravel's Arr::sole() Method

7 days ago

Laravel's Arr::sole() method retrieves a single matching item from arrays while validating...

Converting Array Values to Enum Instances with Laravel's mapInto Method

7 days ago

Discover how Laravel's mapInto method simplifies converting array values into PHP enum...

Verifying Exception Reporting in Laravel with assertReported

8 days ago

Master Laravel's assertReported method from the Exceptions facade to effectively test that...