Blog

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

Laravel Company

Laravel : Call to a member function where() on float

# Laravel: Avoiding "Call to a member function where() on float" in Complex Aggregations As developers working with the Laravel Query Builder, we often dive...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to remove /public/ from a Laravel URL

Title: Simplifying Laravel URLs without Public Folder Troubles - A Practical Guide for Developers Introduction Laravel is an incredibly powerful framework that...

2026-06-29 Stefan Bogdanescu
Laravel Company

puppeteer: "Could not find Chrome (ver. 119.0.6045.105)" error

Title: Understanding and Resolving the "Could not find Chrome (ver. 119.0.6045.105)" Error in Puppeteer-Based Laravel Packages Introduction: When using a...

2026-06-29 Stefan Bogdanescu
Laravel Company

Controller redirect back to a POST form

# Mastering Redirection: How to Redirect Back to a POST Form After Validation Failure in Laravel As senior developers working within the Laravel ecosystem, we...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Schema: Null default, timestamp on update

# Laravel Schema Mastery: Handling Null Defaults and Automatic Timestamps I've just started working with Laravel so am getting used to how things are done....

2026-06-29 Stefan Bogdanescu
Laravel Company

Calculated fields in database - Laravel

# Calculated Fields in Database: The Best Practice for Laravel Development As developers, our goal when working with databases is not just storage, but...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel QueryException in Connection.php line 651: SQLSTATE[42S02]: Base table or view not found

# Solving the Laravel `SQLSTATE[42S02]: Base table or view not found` Error in Database Queries As a senior developer, I’ve seen countless developers encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: Database tables deleted after running phpunit test

# Laravel: Why Your Database Tables Disappear After Running PHPUnit Tests As a senior developer working with the Laravel ecosystem, we often encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

How should I support localization for my project with Laravel with Vue using Inertia?

# Mastering Localization in Laravel with Vue and Inertia: A Practical Guide As a senior developer working with modern full-stack frameworks, I often see...

2026-06-29 Stefan Bogdanescu
Laravel Company

Redirection in laravel without return statement

# Mastering Redirection in Laravel: Handling Authentication Without Explicit Returns As developers working with the Laravel framework, managing user...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to use date picker in laravel?

# How to Implement Date Pickers in Laravel: A Comprehensive Guide Dealing with front-end interactions within a Laravel application can sometimes feel like...

2026-06-29 Stefan Bogdanescu
Laravel Company

Larave 8 jetstream domain/logout not working

# Solving the Jetstream/Fortify Logout Method Conflict: GET vs. POST in Laravel As a senior developer working with modern Laravel stacks like Jetstream and...

2026-06-29 Stefan Bogdanescu