Blog
Insights, guides, and best practices from the Laravel Company team.
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...
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...
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...
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...
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....
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...
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...
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...
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...
Redirection in laravel without return statement
# Mastering Redirection in Laravel: Handling Authentication Without Explicit Returns As developers working with the Laravel framework, managing user...
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...
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...