Blog

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

Laravel Company

Deploy Vue SPA with Laravel Backend

# Deploying Vue SPA with a Laravel Backend on DigitalOcean: A Complete Guide As a senior developer, I often see this scenario: you have a solid Laravel API...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Valet 504 Gateway Time-out nginx/1.19.6 after 60 seconds

# Resolving the Laravel Valet 504 Gateway Time-out: A Deep Dive into Nginx and PHP-FPM Tuning Dealing with a 504 Gateway Time-out error in a Laravel...

2026-06-29 Stefan Bogdanescu
Laravel Company

When use PATCH and PUT Method In Laravel?

# When to Use PATCH vs. PUT Method In Laravel: Mastering RESTful Updates As developers building APIs with Laravel, you frequently encounter the need to update...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Config ODBC Driver

# Mastering ODBC Connections in Laravel: Solving the "Grammar Not Found" Error As senior developers, we often encounter scenarios where code works perfectly...

2026-06-29 Stefan Bogdanescu
Laravel Company

how to get current user id in laravel 5.4

Title: A Comprehensive Guide on Retrieving the Current User ID in Laravel 5.4 Introduction Getting the current user ID is an essential step for many...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to display Laravel artisan command output on same line?

# How to Display Laravel Artisan Command Output on the Same Line: Mastering Real-Time Progress As developers, we often deal with executing long-running tasks,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Class 'App\Http\Controllers\Model' not found

# Mastering Model Logic in Views: Solving the "Class Not Found" Mystery As senior developers working with the Laravel ecosystem, we often find ourselves...

2026-06-29 Stefan Bogdanescu
Laravel Company

spatie/pdf-to-image 1.8.2 requires ext-imagick Error in composer install

# Solving the Dependency Nightmare: Fixing the `ext-imagick` Error for Composer Installs As developers, we often encounter frustrating roadblocks when dealing...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Like Eloquent with array value?

# Laravel Like Eloquent with Multiple Search Values: Mastering Complex Queries As developers working with Laravel and Eloquent, we constantly face the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Creating symlink in Laravel (windows)

# Creating Symlinks in Laravel on Windows: Troubleshooting `ln -s` Errors As developers working on cross-platform projects, managing file system operations...

2026-06-29 Stefan Bogdanescu
Laravel Company

Put request in POSTMAN, laravel

# Mastering File Uploads in Laravel: Troubleshooting PUT Requests with Postman As senior developers working with APIs, file uploads are a frequent source of...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel Excel Import set header on column

# Mastering Data Import: Setting Headers Correctly with Laravel Excel As developers utilizing frameworks like Laravel, efficiently managing data migration and...

2026-06-29 Stefan Bogdanescu