Blog

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

Laravel Company

Laravel, dump-autoload without Shell Access

# Laravel Autoloading Without Shell Access: Fixing Namespace Conflicts on Deployment As senior developers working with frameworks like Laravel, we often...

2026-06-29 Stefan Bogdanescu
Laravel Company

Mailhog is not working in Laravel 8.x + Sail

# MailHog Fails in Laravel Sail? A Deep Dive into Docker Networking Issues As a developer leveraging the power of Laravel Sail for rapid application...

2026-06-29 Stefan Bogdanescu
Laravel Company

How To Add Title For Each Page In Laravel

# How To Add Dynamic Titles For Each Page In Laravel: Mastering SEO and Blade Templating As developers building web applications with Laravel, one of the most...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 11 login system error: undefined method

# Resolving the `undefined method` Error in Laravel 11 Login Setup: A Deep Dive As a senior developer working with modern frameworks like Laravel, we...

2026-06-29 Stefan Bogdanescu
Laravel Company

use relationship in model accessor in laravel

# Mastering Nested Accessors: Solving the "Trying to get property of non-object" Error in Laravel Models As senior developers working with the Eloquent ORM, we...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to select min and max in laravel

# Mastering Aggregation in Laravel: How to Select MIN and MAX Values Efficiently As senior developers, we often bridge the gap between raw SQL power and the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Migrations Naming Convention

# Laravel Migrations Naming Convention: Descriptive vs. Conventional As developers working with large applications, database schema changes often require us to...

2026-06-29 Stefan Bogdanescu
Laravel Company

Using Eloquent ORM in Laravel to perform search of database using LIKE

Title: Harnessing Eloquent ORM for Effective LIKE Queries in Laravel Applications Body: Whether you're building a massive application or just starting out,...

2026-06-29 Stefan Bogdanescu
Laravel Company

$(...).DataTable is not a function when using Laravel Mix

# Solving the $(...).DataTable Not a Function Error with Laravel Mix: A Developer's Guide Dealing with JavaScript bundling, module imports, and external...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Filament Bulk action: how to set form and get values from there

# Laravel Filament Bulk Action: How to Set Form Values and Get Data in the `action()` Method As developers building complex interfaces with Laravel and...

2026-06-29 Stefan Bogdanescu
Laravel Company

Does Laravel close automatically the DB connections?

# Does Laravel Automatically Close Database Connections After Eloquent Operations? The Developer's Answer As developers transition from managing raw database...

2026-06-29 Stefan Bogdanescu
Laravel Company

Manually Creating a Paginator (Laravel 5)

# Manually Creating a Paginator in Laravel: Debugging the Dependency Headache As a senior developer working with the Laravel ecosystem, you frequently...

2026-06-29 Stefan Bogdanescu