Blog

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

Laravel Company

Failed to load excel\laravel-excel

این مشکل که دکمه خروجی (Export) همه داده‌ها را به اکسل ارسال می‌کند در واقع یک مشکل منطقی در نحوه فراخوانی و فیلتر کردن داده‌ها از سمت بک‌اند (Controller) است،...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to make a valid hmac authentication header

# Mastering HMAC Authentication: How to Generate a Valid Header for API Requests As developers working with external APIs, securing communication is paramount....

2026-06-29 Stefan Bogdanescu
Laravel Company

Class Illuminate\Support\Facades\RateLimiter not found

# Decoding the Error: Why `Class Illuminate\Support\Facades\RateLimiter not found` Occurs During Laravel Downgrades As senior developers, we often encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

Setup laravel 5.4 with IIS 10

# Deploying Laravel 5.4 on IIS 10: The Easiest and Most Secure Path Deploying modern PHP frameworks like Laravel onto an environment traditionally dominated by...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 9 Route [login] not defined

# Decoding Laravel Routing: Why Your Routes Seem "Undefined" As senior developers working with the Laravel ecosystem, we often encounter subtle but frustrating...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to get the data from a Laravel relationship without loading it onto the initial model

# Mastering Eloquent Relationships: Getting Data Without Side Effects As developers working with Laravel and Eloquent, we often deal with the complexities of...

2026-06-29 Stefan Bogdanescu
Laravel Company

Class 'App\Http\Controllers\admin\Auth' not found in Laravel 5

Title: Resolving 'Class App\Http\Controllers\admin\Auth' not Found Error in Laravel 5 Introduction: If you have encountered the error "Class...

2026-06-29 Stefan Bogdanescu
Laravel Company

Include custom JavaScript in the app.js

# Including Custom JavaScript: Mastering Dependencies in Your Application As senior developers, we frequently encounter situations where we need to manage...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5 - Decrypt Crypt::encrypt in Javascript

# Decrypting Laravel Encryption in JavaScript: A Deep Dive into Server-Side Security As developers working with modern web applications, data security is...

2026-06-29 Stefan Bogdanescu
Laravel Company

NextJS - Sending cookies to API server from getInitialProps

# Next.js SSR and Cross-Domain Cookies: Bridging the Gap Between Server and Client Authentication As developers building modern applications with Next.js, we...

2026-06-29 Stefan Bogdanescu
Laravel Company

Calculate difference between two dates with timestamps in Laravel

# Calculating Date Differences in Laravel: SQL vs. Application Logic As developers working with relational databases like MySQL, PostgreSQL, or SQLite within a...

2026-06-29 Stefan Bogdanescu
Laravel Company

Connecting Laravel with SQL Server database always shows error "could not find driver"

# Solving the Dreaded "Could Not Find Driver" Error When Connecting Laravel to SQL Server Connecting modern PHP frameworks like Laravel to specific database...

2026-06-29 Stefan Bogdanescu