Blog

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

Laravel Company

Laravel Eloquent Compare Column Values

Title: Effectively Comparing Column Values using Laravel Eloquent Body: Eloquent's where() function is indeed a powerful tool in retrieving data from database...

2026-06-29 Stefan Bogdanescu
Laravel Company

Array Count - Laravel

Title: Efficiently Counting and Processing Arrays in Laravel Applications The process of counting arrays is essential for various reasons when working on...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel validation rules - optional, but validated if present

Title: Laravel Validation Rules - Optional But Validated If Present Introduction: Laravel is an incredible framework for developing web applications, offering...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5 PDOException Could Not Find Driver

Title: Troubleshooting Laravel 5 PDOException: Could Not Find Driver Error Introduction: Working on a Laravel project can be an exciting journey, but it comes...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - Seeding Many-to-Many Relationship

Populating Many-to-Many Relationships with Laravel Seeding In this post, we'll discuss how to populate a many-to-many relationship between two tables when...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel sort collection and then by key

Title: Efficiently Ranking Users Using Laravel Collections Body: Ranking users based on their scores is an essential feature in various applications. In this...

2026-06-29 Stefan Bogdanescu
Laravel Company

`npm run watch` not working in Laravel 5.4

Title: Solving npm run watch Issues in Laravel 5.4 with Webpack Mix Introduction Laravel 5.4 comes equipped with the popular Webpack mix to manage asset...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel manual login function

Title: Understanding Laravel's Manual Login Function and Solving Common Issues Body: Laravel is a powerful PHP framework that offers numerous features to help...

2026-06-29 Stefan Bogdanescu
Laravel Company

Mcrypt PHP extension required on Mac OS X

Title: Troubleshooting Mcrypt PHP Extension Issues on Mac OS X Introduction As a developer working on Mac OS X, you might encounter issues related to the...

2026-06-29 Stefan Bogdanescu
Laravel Company

whats the difference between fillable and guard in laravel?

Title: Exploring Fillable and Guard Concepts in Laravel - A Comprehensive Guide for Beginners Body: As a beginner in the world of Laravel development, you may...

2026-06-29 Stefan Bogdanescu
Laravel Company

Create a Insert... Select statement in Laravel

Title: Efficiently Create Insert... Select Statements Using Laravel's Eloquent ORM or Queries Introduction Inserting data and selecting values from another...

2026-06-29 Stefan Bogdanescu
Laravel Company

How many cores are used by Github Actions Runners?

Title: Optimizing Github Actions Runners for Parallel Processing: Maximizing Resource Utilization Body: The world of software development is continuously...

2026-06-29 Stefan Bogdanescu