Blog

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

Laravel Company

How to disable deprecated messages in Laravel

# How to Handle Deprecated Messages in Laravel: Stop Hiding Symptoms, Start Fixing Code As a senior developer working with Laravel applications, you are...

2026-06-29 Stefan Bogdanescu
Laravel Company

Dependencies Problem on vite and npm install error

# Decoding the Dependency Nightmare: Solving Vite and npm Install Errors in Laravel Projects Welcome to the world of modern frontend development within...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel access request object outside controller

# Laravel Access Request Object Outside of Controllers: Bridging the Gap Between Request and View As developers working with the Laravel framework, we often...

2026-06-29 Stefan Bogdanescu
Laravel Company

Eloquent with nested whereHas

# Mastering Deep Filtering: Navigating Eloquent's Nested `whereHas` As senior developers working within the Laravel ecosystem, we often leverage Eloquent’s...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to setup PhpSpreadsheet in Laravel

# How to Setup PhpSpreadsheet in Laravel: Binding Services for Seamless Integration As a senior developer, I often find myself setting up complex packages...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Sanctum: Route [login] not defined

# Debugging Sanctum Authentication: Solving the "Route Not Defined" Error As a senior developer working with modern Laravel applications, integrating...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel AJAX GET and show new data

# Mastering Dynamic Data Loading: Using Laravel AJAX GET Requests to Show New Data As developers, we frequently encounter the challenge of creating dynamic...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to upgrade laravel 5.5 to laravel 10?

# The Grand Migration: How to Safely Upgrade from Laravel 5.5 to Laravel 10 Upgrading a large framework like Laravel across several major versions is not a...

2026-06-29 Stefan Bogdanescu
Laravel Company

Eloquent: hasNot with parameter

# Eloquent: Mastering `hasNot` with Parameters for Complex Queries Eloquent ORM is one of Laravel's most powerful features, allowing developers to interact...

2026-06-29 Stefan Bogdanescu
Laravel Company

Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated

Title: Solving Deprecated color-adjust Warnings When Creating Laravel Projects Body: Modern web development often involves complex processes and numerous tools...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel generate a unique ID using Storage::put

# Storing Remote Content in Laravel Storage: Beyond `Storage::putFile()` I frequently see developers leverage Laravel's `Storage` facade, particularly methods...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel, Inertia.js and vue, check if user is logged In

# Laravel, Inertia.js and Vue: Conditionally Displaying User Details Based on Login Status As a senior developer working with the powerful stack of Laravel,...

2026-06-29 Stefan Bogdanescu