Blog

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

Laravel Company

Laravel Nova, route not found

# Laravel Nova Route Not Found: A Deep Dive into Fixing Installation Errors Setting up complex packages like Laravel Nova in an existing project can sometimes...

2026-06-29 Stefan Bogdanescu
Laravel Company

Customising token response Laravel Passport

# Customizing Token Response in Laravel Passport: Including User Data Dealing with API authentication often requires more than just receiving opaque tokens;...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to Install Font Awesome in Laravel Mix

Title: Troubleshooting Font Awesome Installation Issues with Laravel Mix Introduction Font Awesome is a popular icon library used in web development to enhance...

2026-06-29 Stefan Bogdanescu
Laravel Company

how to use Laravel 8 query builder like eloquent for searching

# Mastering Dynamic Searching in Laravel: Using Eloquent for Complex Query Strings As developers building dynamic applications, one of the most common...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Eloquent Join

# Mastering Data Retrieval: Unlocking Complex Joins with Laravel Eloquent Welcome to the world of Laravel! It’s completely normal to feel overwhelmed when...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 7.x - How to remove 'public' from URL?

# Laravel 7.x: How to Remove 'public' from the URL? A Deep Dive into Routing and Web Server Configuration Stuck with this for a long time. I found similar...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Dusk - Class config does not exist

# Laravel Dusk Error: Class config does not exist after an Upgrade Upgrading a framework, especially when introducing testing tools like Laravel Dusk, can...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.6 save datetime to database

# Mastering Date Handling in Laravel: Saving Input Datetimes Correctly As a senior developer working with the Laravel ecosystem, dealing with dates and times...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to disable updated_at and created_at when saving data in Laravel

# How to Disable `updated_at` and `created_at` When Saving Data in Laravel As developers working with Eloquent models in Laravel, managing timestamps is a...

2026-06-29 Stefan Bogdanescu
Laravel Company

The Validation not working , the error message wont show up Laravel 8

# The Validation Mystery Solved: Why Your Laravel Errors Aren't Showing Up Welcome to the world of Laravel! It’s completely normal to feel overwhelmed when...

2026-06-29 Stefan Bogdanescu
Laravel Company

Insert image with Laravel-Excel

# Inserting Images into Excel with Laravel-Excel: A Deep Dive As a senior developer working with data export in Laravel, we often rely on powerful packages...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.2 Class not found but class is there with namespace

# Resolving the Laravel Class Not Found Mystery: Mastering Namespaces and Autoloading As senior developers, we often encounter subtle yet frustrating errors...

2026-06-29 Stefan Bogdanescu