Blog

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

Laravel Company

How to integrate Facebook PHP SDK with Laravel 5.4?

# How to Integrate the Facebook PHP SDK with Laravel 5.4: A Deep Dive When building feature-rich applications on top of a framework like Laravel, developers...

2026-06-29 Stefan Bogdanescu
Laravel Company

Not working "serve" command for Vue js project

# Fixing the "Missing Script" Error: Troubleshooting `npm run serve` in Laravel + Vue Projects Working with a full-stack framework like Laravel paired with a...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel search multiple words separated by space

# Mastering Multi-Word Search in Laravel: Beyond Raw SQL String Manipulation As developers transition from raw SQL manipulation to the elegant structure of the...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to compare Laravel's hash password using a custom login form?

# How to Compare Laravel's Hashed Passwords Using a Custom Login Form: A Developer's Guide As a senior developer working with the Laravel ecosystem, I...

2026-06-29 Stefan Bogdanescu
Laravel Company

Change InertiaJS-Laravel default RootView

# Changing InertiaJS-Laravel Default RootView: The Best Way to Configure Your Application Views As developers building modern applications with the Laravel...

2026-06-29 Stefan Bogdanescu
Laravel Company

Class 'App\Http\Controllers\Artisan' not found in Laravel 5

# Demystifying the Error: Why 'Class 'App\Http\Controllers\Artisan' not found in Laravel? As developers, we often encounter cryptic errors when trying to...

2026-06-29 Stefan Bogdanescu
Laravel Company

Cannot resolve public path when trying to read barryvh/dompdf in laravel

# Fixing the "Cannot Resolve Public Path" Error with Composer Autoloading in Custom Deployments Deploying a Laravel application, especially to shared hosting...

2026-06-29 Stefan Bogdanescu
Laravel Company

Unit Test Laravel's FormRequest

# Unit Testing Laravel FormRequests: Isolating Validation Rules for True Unit Testing As senior developers working with Laravel, we often find ourselves...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - Model Class not found

Title: Troubleshooting Laravel Model Class Not Found Errors Introduction: In any Laravel application development process, an important step is dealing with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Eloquent - equivalent to first() for last?

# Laravel Eloquent: The Equivalent of `last()` for Finding the Latest Record As a senior developer working with Laravel and Eloquent, we constantly push the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Blade - yield inside section

# Mastering Nested Views: How to Yield Sections Inside Other Sections in Laravel Blade As we work with complex front-end structures in Laravel using Blade,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Error: No application encryption key has been specified. But it exist

# Deciphering the Mystery: Why Laravel Logs Report Missing Encryption Keys in Production As a senior developer working with Laravel applications, we often...

2026-06-29 Stefan Bogdanescu