Blog

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

Laravel Company

Laravel Migration Change to Make a Column Nullable

Title: Efficiently Making Existing Migrations Nullable - A Comprehensive Guide for Laravel Developers Introduction: In the fast-paced world of software...

2026-06-29 Stefan Bogdanescu
Laravel Company

How do I upload image in vuejs?

Title: A Comprehensive Guide on Uploading Images and Videos using VueJS Introduction: In this blog post, we will explore the process of uploading images and...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to change result of laravel relationship

# How to Flatten Eloquent Relationships: Achieving Scalar Results Without Loops As developers working with Laravel and Eloquent, managing relationships...

2026-06-29 Stefan Bogdanescu
Laravel Company

Getting View [app] not found error in my Inertia laravel app

# Solving the "View [app] not found" Error in Your Inertia Laravel Application As a senior developer diving into modern full-stack frameworks like Inertia with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.7 error 404 handling page location

# Navigating the Mystery: Locating and Customizing Laravel 5.7's 404 Error Page As a senior developer working with the Laravel ecosystem, encountering...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to test mail sent from Notification in Laravel

# Mastering Mail Testing in Laravel: How to Verify Notifications Without Sending Real Emails As developers working with modern application stacks like Laravel,...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to pass env parameters to a Laravel Mix 6?

# How to Pass Environment Parameters to Laravel Mix 6: A Deep Dive When developing front-end assets within a Laravel application, managing configuration and...

2026-06-29 Stefan Bogdanescu
Laravel Company

$config must be a string or an array

# Decoding Stripe Errors: Why `$config must be a string or an array` Happens As a senior developer, I’ve spent countless hours debugging issues that seem...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to insert multiple rows in laravel 5?

# How to Insert Multiple Rows in Laravel: Mastering Dynamic Form Data Submission As a senior developer working with the Laravel ecosystem, handling dynamic,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Add an anchor to Laravel redirect back

# Mastering Navigation: Adding Anchors to Laravel Redirects As developers working with web frameworks like Laravel, managing navigation flow and state...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to implement your own Faker provider in Laravel

# How to Implement Your Own Faker Provider in Laravel: Extending Random Data Generation As developers working within the Laravel ecosystem, we often rely on...

2026-06-29 Stefan Bogdanescu
Laravel Company

$ref "#/components/responses/" not found for @OA\Response(response=200)

# Solving the Swagger Reference Nightmare: Why `$ref` Fails in Laravel Projects Implementing robust API documentation is crucial for any modern application,...

2026-06-29 Stefan Bogdanescu