Blog

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

Laravel Company

Laravel migration using migrations that dont exist

# Solving the Mystery of Ghost Migrations: When Laravel Hides Your History As a senior developer working with the Laravel ecosystem, we often encounter tricky...

2026-06-29 Stefan Bogdanescu
Laravel Company

Command "tinker" is not defined

# Command "tinker" is not defined: Fixing Dependency Issues After a Laravel Upgrade Upgrading major versions of any framework, including Laravel, often...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 8 JetStream Bootstrap 4

# Customizing Jetstream with Bootstrap 4 in Laravel 8: A Developer's Guide As a senior developer working with the Laravel ecosystem, we often encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

Setting post data with a Laravel request object

# Setting Post Data with a Laravel Request Object: A Deep Dive into Manual Dispatching As developers, we often find ourselves in situations where we need to...

2026-06-29 Stefan Bogdanescu
Laravel Company

Getting an error when creating a new laravel project

# Decoding the Error: Fixing Dependency Conflicts When Creating a New Laravel Project As a senior developer, I’ve seen countless issues arise when setting up...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Slow queries

# Decoding Slowness: Mastering Performance in Laravel Database Operations As senior developers, we often encounter frustrating situations where code seems...

2026-06-29 Stefan Bogdanescu
Laravel Company

Define global component in InertiaJS with Vue 3

# Defining Global Components in Inertia.js with Vue 3: A Deep Dive into Layouts As developers building modern applications on the Laravel stack, leveraging the...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to set up Laravel Reverb in a production with Apache server

# How to Set Up Laravel Reverb in Production with Apache: Solving WebSocket Proxy Issues Setting up modern, real-time applications like those built with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Calling external API from Laravel Controller

# Calling External APIs Securely from Laravel Controllers: A Developer's Guide When building modern web applications with Laravel, integrating third-party...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - carbon addDays()

Title: Understanding Laravel's Carbon AddDays() in Practice In this blog post, we will learn about using Laravel's Carbon addDays() to retrieve specific posts...

2026-06-29 Stefan Bogdanescu
Laravel Company

Insert 1 million records using Laravel DB Seed

# Insert 1 Million Records Using Laravel DB Seed: Avoiding Memory Exhaustion As a senior developer working with large-scale data seeding in Laravel...

2026-06-29 Stefan Bogdanescu
Laravel Company

LARAVEL : Add key and value in single array

# Mastering Data Structuring in Laravel: Adding Dynamic Key-Value Pairs to Eloquent Results As senior developers working with Laravel, we frequently deal with...

2026-06-29 Stefan Bogdanescu