Blog

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

Laravel Company

Can Anyone Explain Laravel 5.2 Multi Auth with Example

Title: A Comprehensive Guide on Implementing Laravel 5.2 Multi Auth for Multiple User Groups Introduction In this comprehensive guide, we will discuss the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel migrations nice way of disabling foreign key checks

Title: Simplifying Laravel Migration Management with Foreign Key Checks Introduction: The Laravel framework is an excellent choice for PHP developers due to...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to cancel queued job in Laravel or Redis

Title: Canceling Queued Jobs in Laravel and Redis Introduction: In this blog post, we will discuss the process of canceling queued jobs in Laravel and Redis,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Carbon (laravel) deal with invalid date

Title: Handling Invalid Dates with Carbon in Laravel - A Comprehensive Guide Body: Dealing with date format conversions can be challenging for programmers....

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel form post to controller

Title: Laravel Form Posting to Controller: A Comprehensive Guide for Beginners As a newcomer to the world of web development using Laravel framework, you might...

2026-06-29 Stefan Bogdanescu
Laravel Company

Saving related records in laravel

Title: Efficiently Saving Related Records in Laravel Using Eloquent Relationships Introduction Laravel makes it easy to manage related data through its ORM...

2026-06-29 Stefan Bogdanescu
Laravel Company

"Class 'Fideloper\Proxy\TrustProxies' not found" LARAVEL

Title: Troubleshooting "Class 'Fideloper\Proxy\TrustProxies' not found" in Laravel Applications Table of Contents: 1. Understanding the Issue 2. Common Causes...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to get Current Timestamp from Carbon in Laravel 5

Title: Handling Timestamps Effortlessly with Carbon in Laravel 5 Introduction: In this comprehensive blog post, we will discuss the importance of utilizing...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to pass parameter to export file of Laravel Excel for DB query

Title: Efficiently Pass Parameters for DB Query-based Excel Exports using Laravel Excel Body: In modern web applications, it's becoming increasingly common to...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel @foreach - invalid argument supplied

Title: Solving Laravel @foreach - invalid argument supplied Error: A Comprehensive Guide for Beginners Body: Laravel is an excellent framework, thanks to its...

2026-06-29 Stefan Bogdanescu
Laravel Company

"[…] requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system"

Title: Understanding and Fixing "intervention/image Requires ext-fileinfo - the requested PHP extension fileinfo is missing from your system" Errors Body: You...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to store data to database in LARAVEL 5.2

Title: Handling Form Data and Storing it in Database using Laravel 5.2 Introduction: In this comprehensive tutorial, we'll focus on how to handle form data...

2026-06-29 Stefan Bogdanescu