Blog
Insights, guides, and best practices from the Laravel Company team.
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...