Blog

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

Laravel Company

Laravel Interfaces

Title: Understanding Laravel Interfaces and Their Implementation Interfaces are a powerful feature of Object-Oriented Programming that allow you to create...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel route pass variable to controller

# Passing Variables to Your Controller: Mastering Laravel Route Parameters As developers working with Laravel, one of the most fundamental tasks is...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.1 - Checking a Database Connection

Title: Checking Database Connections in Laravel 5.1 - A Comprehensive Guide Body: Laravel is one of the most popular PHP frameworks, known for its elegance and...

2026-06-29 Stefan Bogdanescu
Laravel Company

How do a make a cookie in Laravel and specify the SameSite attribute (Lax, None, Strict)?

Title: Managing Cookies and Specifying SameSite Attributes in Laravel Body: Cookies play an essential role in modern web applications as they allow websites to...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Eloquent query JSON column with Where In?

Title: Querying JSON Columns with Laravel Eloquent and Where In? Body: When working with a database that contains a JSON column in its rows, querying it can be...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel localstorage item fetch in Controller

Title: Accessing LocalStorage Items in Laravel Controllers for Your View Blade In order to fetch local storage items in your Laravel controllers, we need to...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to get results with where condition in Filament Admin Resource

Title: Efficiently Filtering Users Based on is_admin Field Using Filament Admin Resources Introduction: In this article, we will explain how to effectively...

2026-06-29 Stefan Bogdanescu
Laravel Company

Check if any error message exists and show all of them in laravel

Title: Efficiently Displaying Laravel Error Messages: A Comprehensive Guide Introduction: In Laravel, error handling is an essential aspect of application...

2026-06-29 Stefan Bogdanescu
Laravel Company

Class 'SimpleSoftwareIO\QrCode\QrCodeServiceProvider' not found in laravel 7

Title: Resolving 'SimpleSoftwareIO\QrCode\QrCodeServiceProvider' Not Found Issues in Laravel 7 Applications Introduction Encountering issues with class not...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel boolean returns "1"/"0" instead of true/false in query

Title: Understanding Laravel Boolean Query Results: "1"/"0" instead of True/False on SQL Server Introduction: Programming languages like PHP and frameworks...

2026-06-29 Stefan Bogdanescu
Laravel Company

Why Laravel-livewire 'wire:model' not working?

Title: Troubleshooting "wire:model" Issues in Laravel Livewire Applications When using the Laravel 8 framework along with Laravel Livewire, you might encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 4.2 blade: check if empty

Title: Simplifying Laravel Blade Conditional Rendering for Empty Variables Body: In Laravel, one of the most powerful features is its templating engine called...

2026-06-29 Stefan Bogdanescu