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 262 followers

Latest posts

Last updated 1 day ago

Aaron Francis: Laravel Solo, Courses, Screencasting, and more

1 day ago

In this episode of the Laravel Creator Spotlight, we speak with Aaron...

Working With URIs in Laravel

3 days ago

Laravel 11.35 introduced the Uri class powered by the PHP League's URI...

Preserving Collection Keys in Laravel API Resources

3 days ago

When building APIs, Laravel reindexes resource collections numerically by default. For cases...

Set Data on a Fluent Instance in Laravel 11.36

4 days ago

This week, the Laravel team released v11.36, which includes a chainable Fluent::set()...

Customizing Data Transformations with Laravel Casts

4 days ago

Laravel's custom casts enable tailored data transformations, extending beyond built-in casting capabilities...

Automated API documentation of Laravel API resources

5 days ago

API resources are an excellent way to build APIs with Laravel. They...

Laravel VS Code Extension Public Beta

6 days ago

VS Code has firmly established itself as the go-to editor for developers...

Wirechat - Laravel Livewire chat package

6 days ago

Wirechat is a new and powerful Laravel Livewire chat package created by...

Customize the Truncation of HTTP Client Request Exceptions

6 days ago

Have you ever received a bug report or looked in Sentry only...

Using withoutWrapping to flatten API responses

7 days ago

Laravel's API resources wrap responses in a 'data' key by default. While...

Laravel whenLoaded - Performance Optimization via Conditional Relationship Loading

7 days ago

Laravel's API Resources feature whenLoaded() to conditionally include relationship data in API...

Discover File Downloads in Laravel with Storage::download

7 days ago

Laravel's Storage::download simplifies secure file serving by providing a clean API for...