Blog

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

Laravel Company

laravel pagination and sort table

# Mastering Pagination and Sorting in Laravel: Keeping Your Sort Order Intact As developers building dynamic data tables in Laravel applications, we frequently...

2026-06-29 Stefan Bogdanescu
Laravel Company

Show table on laravel filament resource edit page

# Show Table on Laravel Filament Resource Edit Page: Implementing Subscription History As a senior developer working with Laravel and Filament, you are...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel + Swift Mailer: Error: no valid recipients

# Laravel + Swiftmailer: Decoding the "Error: no valid recipients" Mystery Dealing with email delivery errors is one of the most frustrating aspects of...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to use guzzle in Laravel Project

# Mastering XML Communication in Laravel with Guzzle As a senior developer working within the Laravel ecosystem, you often need to interact with external...

2026-06-29 Stefan Bogdanescu
Laravel Company

livewire dispatchBrowserEvent function does not exist

# Decoding Livewire Events: Why `dispatchBrowserEvent` Fails (And How to Fix It) As a senior developer working with Laravel and Livewire, you often find...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Password Reset Route not found

# Decoding the Error: Fixing the Laravel Password Reset Route Not Found Issue As a senior developer, I’ve seen countless times how frustrating it is when a...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to change laravel sanctum return "message": "Unauthenticated."

# Mastering Sanctum Responses: How to Return Structured 401 Errors in Laravel As developers building modern APIs with Laravel and Sanctum, we often deal with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel update database record running script

# Mastering Database Updates in Laravel: Migrations vs. Raw SQL As developers working with Laravel, we often need to interact directly with the database—not...

2026-06-29 Stefan Bogdanescu
Laravel Company

Uploading files with VueJS, axios and Laravel

# Mastering File Uploads: Troubleshooting VueJS, Axios, and Laravel Interactions As a senior developer, I frequently encounter scenarios where the frontend...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 6.4.1 SQLSTATE[HY000] [2002] Connection refused

Title: Troubleshooting Laravel SQLSTATE[HY000] [2002] Connection refused Errors in Your Development Workflow Body: In the world of web development, there can...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to run laravel 5 on port 80 of localhost?

# How to Run Laravel 5 on Port 80 of Localhost: Moving Beyond `php artisan serve` As developers, we often encounter a disconnect between the ease of local...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Alias not finding class

# Debugging Laravel Aliases: Why Your Class Isn't Being Found As a senior developer working within the Laravel ecosystem, we frequently encounter scenarios...

2026-06-29 Stefan Bogdanescu