Blog

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

Laravel Company

How to implement infinite scroll in my vue js

# Mastering Infinite Scroll in Vue.js: A Developer’s Guide As a developer learning the synergy between Laravel and Vue.js, implementing dynamic features like...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to get protocol(http/https) of the incoming request from the laravel HTTP request class?

# How to Get the Protocol of an Incoming Request from the Laravel HTTP Request Class When building modern APIs, especially those interacting with external...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel return text/html and not json?

# Laravel: How to Return HTML and Text Instead of JSON As developers working within the Laravel ecosystem, we frequently deal with the need to serve different...

2026-06-29 Stefan Bogdanescu
Laravel Company

Undefined array key "password" in LoginController (Laravel 8)

# Solving the Mystery: Undefined Array Key "password" in Custom Laravel Login As a senior developer working with custom authentication flows in Laravel, you...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: Display data in DropDown from database

# Laravel: Displaying Database Data in Dropdowns with Eloquent As developers working within the Laravel ecosystem, one of the most frequent tasks is populating...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - Invalid parameter number: parameter was not defined

# Laravel Error Deep Dive: Why Do I Get "Invalid parameter number: parameter was not defined"? As a senior developer working with the Laravel ecosystem, we...

2026-06-29 Stefan Bogdanescu
Laravel Company

How I can disable templates caching in development mode?

# How I Can Disable Templates Caching in Development Mode Every time you are deep into a development session, making small changes to Blade templates often...

2026-06-29 Stefan Bogdanescu
Laravel Company

Always need to clear cache for .env changes to take effect?

Title: Understanding Environment Configuration Files and Cache Management in Laravel Projects Body: In a Laravel project, the configuration files, particularly...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel fatal error for TestCase not found

# Solving the Dreaded Error: Fatal Error 'Class 'TestCase' not found' in Laravel Testing As a senior developer working with the Laravel ecosystem, we often...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 8 Error Attempt to assign property "plateno" on null

## Building a Vehicle Record System in Laravel: A Developer's Deep Dive This repository provides a solid foundation for managing vehicle registration data...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - Mass Assignment Exception error

# Deciphering the Mass Assignment Trap: Solving Eloquent Errors During Bulk Saves As a senior developer working with Laravel, you frequently encounter issues...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel in PHP 8 dev

# Mastering Laravel Development on PHP 8: Solving Composer Version Conflicts in Docker As a senior developer, I often find myself navigating the complexities...

2026-06-29 Stefan Bogdanescu