Blog

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

Laravel Company

Old input for array?

# Mastering Old Input for Arrays in Laravel: A Deep Dive As developers working with web applications, especially those built on the robust framework of...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel where has passing additional arguments to function

# Mastering Scope: Passing Arguments into Closures in Laravel As developers working with PHP and frameworks like Laravel, understanding variable scope,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Indirect modification of overloaded property App\Category::$thesizes has no effect

# Solving the Mystery: Why Indirect Modification of Overloaded Properties Fails in Laravel Eloquent As a senior developer working with Laravel and Eloquent,...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to stream video in Laravel

# How to Stream Video in Laravel: Debugging Your Blade Implementation As a senior developer, I often see developers run into subtle issues when bridging...

2026-06-29 Stefan Bogdanescu
Laravel Company

load data after the page load in livewire

# Loading Data After Page Load in Livewire: Mastering Asynchronous Content Display As a senior developer working with modern full-stack frameworks like...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: Access Model instance in Form Request when using Route/Model binding

# Laravel: Accessing Bound Model Instances within Form Requests – The Right Way As a senior developer working within the Laravel ecosystem, we often...

2026-06-29 Stefan Bogdanescu
Laravel Company

Vue v-model.lazy or @change does not update my Vue data

# Mastering Vue Reactivity with External DOM Changes: Solving the `v-model` Dilemma As senior developers, we often encounter situations where the dynamic...

2026-06-29 Stefan Bogdanescu
Laravel Company

Defining a namespace for Laravel 8 routes

# Defining Namespaces for Laravel Routes: The Right Way to Import Controllers As developers working within the Laravel ecosystem, understanding how PHP...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to check user is Admin or not in laravel blade view

# How to Check User Roles in Laravel Blade Views: A Comprehensive Guide As a senior developer working with the Laravel ecosystem, one of the most fundamental...

2026-06-29 Stefan Bogdanescu
Laravel Company

how to pass variable in route name in laravel?

Title: Efficiently Pass Variables in Route Names Using Laravel's Routing System Body: Passing variables into route names within Laravel is an essential skill...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.5 API resources for collections (standalone data)

# Laravel API Resources: Handling Distinct Data for Collections vs. Items As developers building robust APIs with Laravel, one of the most common challenges we...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: order by where in

# Laravel: Achieving Custom Ordering with `WHERE IN` – Mimicking MySQL's `ORDER BY FIELD()` As developers working with relational databases in Laravel, we...

2026-06-29 Stefan Bogdanescu