Blog
Insights, guides, and best practices from the Laravel Company team.
Laravel 5 - Interface is not instantiable
Title: Resolving "Target [App\Contracts\CustomModelInterface] is not instantiable" Exception in Laravel 5 Applications Body: I know that this question has been...
Is Laravel really this slow?
Title: Unraveling Laravel Performance Issues: Optimizing Your App for Speed Body: The question of Laravel being slow is not uncommon among developers who are...
Group by multiple columns in Laravel
Title: Efficiently Grouping Results by Multiple Columns in Laravel Body: When working with large datasets in Laravel, you may need to group results by multiple...
Laravel Add a new column to existing table in a migration
Title: Efficiently Add New Columns to Existing Database Tables Using Laravel Migrations Introduction Laravel is an extensive framework for PHP that provides...
How do I pass a variable to the layout using Laravel' Blade templating?
Title: Efficiently Pass Variables to Layouts Using Laravel's Blade Templating Body: In the world of Laravel development, using Blade templating provides a...
Displaying HTML with Blade shows the HTML code
Title: Displaying HTML with Blade: A Comprehensive Guide for Laravel Developers Body: Introduction In Laravel, we often use Blade templates for rendering views...
How to Select Certain Fields in Laravel Eloquent?
Title: Master Selecting Specific Fields Using Laravel Eloquent Introduction: In your quest to become a skilled Laravel developer, you're bound to encounter...
Laravel 5.4 on PHP 7.0: PDO Exception - Could not find driver (MySQL)
Title: Laravel 5.4 on PHP 7.0: PDO Exception - Could not find driver (MySQL) Body: I have a Laravel 5.4 project on my Ubuntu 14.04 VPS with Plesk 12.5.30....
Laravel join tables
Laravel Join Tables: A Comprehensive Guide In this blog post, we will discuss how to join tables in Laravel effectively and efficiently. We'll explore the...
Remove HTML tags from Strings on laravel blade
Title: Remove HTML tags from Strings on Laravel Blade - A Comprehensive Guide for Developers Introduction: In Laravel blade templates, you often deal with...
Laravel Schema onDelete set null
Title: Mastering Laravel Schema onDelete Constraints with SQLite Can't figure out how to set the proper onDelete constraint on a table in Laravel? (I'm working...
Laravel 6.4.1 SQLSTATE[HY000] [2002] Connection refused
Title: Troubleshooting Laravel SQLSTATE[HY000] [2002] Connection refused Errors in Your Development Workflow Body: In the world of web development, there can...