Blog

Insights, guides, and best practices from the Laravel Company team.

Laravel Company

Laravel casts set date format not working

# Solving the Mystery: Why Laravel Casts Don't Format Dates as Expected As senior developers working with the Laravel ecosystem, we often deal with data...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to get Bearer token from a request in Laravel

Title: Effortlessly Retrieving Bearer Tokens from Request Headers in Laravel Body: When developing web applications using Laravel, ensuring the security of...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to use private channel in Laravel Pusher.js

# Mastering Private Channels in Laravel Pusher.js: Resolving Authentication Headaches As developers leveraging Laravel for real-time applications, broadcasting...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to update laravel/homestead?

# How to Update Your Laravel Homestead Environment: A Developer's Guide Setting up and maintaining a consistent development environment is crucial for...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.2 & AJAX - Display success message after redirect

# Laravel 5.2 & AJAX: Displaying Success Messages After Redirection As developers building dynamic applications with frameworks like Laravel, handling...

2026-06-29 Stefan Bogdanescu
Laravel Company

update pivot table in case of many to many relation laravel4

# Mastering Many-to-Many Updates in Laravel: Updating Pivot Tables Efficiently As developers working with relational databases, managing many-to-many...

2026-06-29 Stefan Bogdanescu
Laravel Company

Error: Predis\Connection\ConnectionException: `SELECT` failed: ERR value is not an integer or out of range [tcp://redis:6379] in file

## Scaling Session Management with DynamoDB: A Developer's Guide When designing scalable web applications, moving session management and caching away from...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Route model binding with relationship

# Laravel Route Model Binding with Relationships: Returning Nested Data Seamlessly As a senior developer working with Laravel, one of the most common and...

2026-06-29 Stefan Bogdanescu
Laravel Company

Pinging test.dev after Laravel Valet install returns "Unknown Host"

# Resolving "Unknown Host" Errors After Installing Laravel Valet: A Deep Dive into Local Networking As senior developers, we often find ourselves wrestling...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to solve attempt to read property "id" on null (Laravel-8)

# How to Solve "Attempt to Read Property 'id' on Null" in Laravel Model Events As senior developers working with the Laravel ecosystem, we frequently encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to Install Redis on shared hosting?

# How to Install Redis on Shared Hosting: Navigating the Limitations of Shared Environments As a developer working with frameworks like Laravel, performance...

2026-06-29 Stefan Bogdanescu
Laravel Company

UnexpectedValueException in Route.php line 639: Invalid route action: [App\Http\Controllers\PortfolioController]

# Decoding the Error: Solving UnexpectedValueException in Laravel Routing As a senior developer working with the Laravel framework, we often encounter...

2026-06-29 Stefan Bogdanescu