Blog

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

Laravel Company

jwt-auth token has expired

# Decoding the JWT Refresh Paradox: Why Your Token Keeps Expiring After Refreshing As developers building Single Page Applications (SPAs) with token-based...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to add Bootstrap, jQuery, and popper.js to Laravel 8 project using laravel-mix?

# How to Add Bootstrap, jQuery, and Popper.js to Laravel 8 Project Using Laravel Mix As developers working with modern PHP frameworks like Laravel, integrating...

2026-06-29 Stefan Bogdanescu
Laravel Company

Class not found in ProviderRepository.php error with composer install

# Resolving Class Not Found Errors During Composer Install: A Deep Dive into Laravel Package Dependencies As senior developers, we often encounter frustrating...

2026-06-29 Stefan Bogdanescu
Laravel Company

SQLSTATE[HY000]: General error: 1364 Field 'title' doesn't have a default value

# Solving SQLSTATE[HY000]: Field 'title' doesn't have a default value in Laravel As developers, we often encounter frustrating database errors that halt our...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laragon, laravel. my virtual host cannot work on my PC

# Laragon, Laravel: Troubleshooting Virtual Host Issues on Your PC If you are running a local development environment using tools like Laragon and attempting...

2026-06-29 Stefan Bogdanescu
Laravel Company

How can I add title and sum value of column in laravel excel version 3?

# Mastering Data Presentation: How to Add Titles and Sums in Laravel Excel v3 As developers working with data export, one of the most common requirements is...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel eloquent: Update A Model And its Relationships

# Laravel Eloquent: Mastering Updates and Relationship Synchronization As developers working with Eloquent, we often seek ways to make data manipulation as...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to get and change value of element array in Laravel?

# Mastering Array Manipulation in PHP: How to Get and Change Values Based on Another Array in Laravel As developers working with data-driven applications,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Vite manifest not found at: C:\Users\HP\example-app\public\/build/manifest.json

Title: Vite Manifest Not Found: Troubleshooting Breeze Package Installation Issues in Laravel Applications Introduction: Laravel is a well-known PHP framework...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: What is "remember_token" in the "users" DB table?

Title: Understanding the Purpose of "remember_token" in Laravel's User Table Body: In the world of web development, security is one of the most crucial aspects...

2026-06-29 Stefan Bogdanescu
Laravel Company

How can I restrict the user not to access login page after logged in with Laravel Guards?

# Restricting Login Access After Successful Authentication with Laravel Guards As a senior developer working with Laravel, one of the most common usability and...

2026-06-29 Stefan Bogdanescu
Laravel Company

Generate dynamic css classes in laravel-blade

# Generate Dynamic CSS Classes in Laravel Blade: The Optimal Way to Handle Form Errors As developers working within the Laravel ecosystem, we often find...

2026-06-29 Stefan Bogdanescu