Blog

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

Laravel Company

How to write custom validation rule in controller Laravel?

Title: Custom Validation Rules in Laravel Controllers: A Comprehensive Guide Whether you're a seasoned developer or just starting out, it's always good to know...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel bearer token authentication

Title: Simplifying API Authentication for Mobile Users with Laravel's Bearer Token Method Body: In the world of modern web development, one of the most...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel get data from many to many relation

Title: Effectively Handling Many-to-Many Relationships in Laravel Controllers for Smooth Data Retrieval Body: In this comprehensive guide, we will discuss how...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Update Query

Title: Efficiently Updating User Accounts with Laravel Without Raw Queries Introduction: In Laravel projects, updating user accounts based on their email...

2026-06-29 Stefan Bogdanescu
Laravel Company

Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested

Title: Addressing Package Dependency Issues: Dealing with Abandoned Packages like phpunit/php-token-stream in Laravel Projects Introduction: As a developer,...

2026-06-29 Stefan Bogdanescu
Laravel Company

ext-imagick * -> the requested PHP extension imagick is missing from your system

Title: Troubleshooting Imagick Extension Issues When Running Composer Update on Laravel Projects Body: In the process of developing a Laravel project, you may...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 4 - retry all failed jobs

Title: Laravel 4 - Retrying All Failed Jobs Efficiently Body: In any application development process, managing tasks efficiently is crucial. One such task...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: Argument 2 passed to Illuminate\Auth\SessionGuard::__construct()

Title: Understanding and Solving Argument Error in Laravel Auth Guard Configuration Introduction to Laravel's Authentication System Laravel framework uses...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Passport Scopes

Title: Managing User Roles and Scopes in Laravel Applications Introduction: In today's digital world, managing user roles and permissions is of utmost...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel validation no space allowed for username

Title: Enforcing Laravel Validation Rules for Usernames without Spaces Introduction In Laravel application development, it is crucial to ensure the security...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to control RedirectIfAuthenticated behavior?

Title: Controlling RedirectIfAuthenticated Behavior in Laravel 11 Applications Introduction: In the recent release of Laravel 11, the behavior of redirecting...

2026-06-29 Stefan Bogdanescu
Laravel Company

Select from multiple tables with laravel fluent query builder

Title: Selecting Data from Multiple Tables Using Laravel Fluent Query Builder Body: Introduction With the powerful features of the Laravel framework,...

2026-06-29 Stefan Bogdanescu