Blog
Insights, guides, and best practices from the Laravel Company team.
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...
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...
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...
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...
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...
Laravel Slow queries
# Decoding Slowness: Mastering Performance in Laravel Database Operations As senior developers, we often encounter frustrating situations where code seems...
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...
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...
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...
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...
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...
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...