Blog

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

Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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....

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu