Blog

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

Laravel Company

I don't understand JWT refresh token's behaviour (LARAVEL)

# Decoding JWT Refresh Tokens in Laravel: Clearing Up the Confusion As a senior developer working with modern authentication systems, I frequently encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel sanctum SPA authentication logout is not working

# Laravel Sanctum SPA Logout Failure: Why Your API Still Returns Data After Logging Out Dealing with authentication flows, especially when mixing Single Page...

2026-06-29 Stefan Bogdanescu
Laravel Company

The image failed to upload.on a server laravel

# The Image Upload Nightmare: Why Files Fail on Production Servers in Laravel As a senior developer working with Laravel, we often encounter frustrating...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Filament: sum and count repeater

# Mastering Repeater Aggregation in Laravel Filament: Summing and Counting Fields Building complex forms with dynamic structures is where frameworks like...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 7 HTTP Client - Unable to send POST request with `body`

# Fixing the Laravel HTTP Client: Sending POST Requests with JSON Bodies As developers working with external APIs, making reliable HTTP requests is a daily...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to get data passed from PUT method

# How to Get Data Passed from the PUT Method in Laravel APIs As developers building RESTful APIs with Laravel, handling incoming data via HTTP methods like...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel eloquent multiple WHERE with OR AND OR and LIKE?

Title: Querying Laravel Eloquent with Multiple Conditions and LIKE Statements Laravel's query builder is incredibly powerful and flexible, allowing you to...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to use Eloquent ORM without Laravel?

# How to Use Eloquent ORM Without Laravel: Exploring Standalone Alternatives Is it possible to leverage the power of Eloquent without being strictly confined...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Blade using if condition inside foreach

# Mastering Nested Loops in Laravel Blade: Handling Conditions Inside `foreach` As a senior developer working with the Laravel ecosystem, you frequently...

2026-06-29 Stefan Bogdanescu
Laravel Company

Installing Composer OpenSSL Issue

# Resolving Composer OpenSSL Issues: A Deep Dive into PHP Extension Failures As a senior developer, I’ve seen countless frustrating roadblocks in the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Disable Laravel exception handling for Tests

# Mastering Test Debugging: Disabling Laravel Exception Handling for Deeper Insights As developers, especially when working on complex applications built with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Update Multiple Records with Different Values for Each Record

# Laravel Eloquent: Efficiently Updating Multiple Records with Different Values When dealing with relational data in a database, one of the most common tasks...

2026-06-29 Stefan Bogdanescu