Blog
Insights, guides, and best practices from the Laravel Company team.
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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,...
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...