Blog

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

Laravel Company

How can I check auth user role in laravel?

# How Can I Check Auth User Role in Laravel? The Right Way to Handle Permissions As a senior developer working within the Laravel ecosystem, you frequently...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to execute Stored Procedure from Laravel

Title: Efficiently Executing Stored Procedures from Laravel Applications Body: When working on your Laravel application, you might encounter situations where...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Echo with Reverb Not Listening to Events in Real-Time and Showing Pusher Errors

# Laravel Echo with Reverb: Solving Real-Time Broadcasting Headaches Dealing with real-time communication in Laravel applications can be incredibly rewarding,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Proper way to import and use node modules with Laravel Mix

# Mastering Module Imports in Laravel Mix: Solving the Node Module Timing Headache As developers diving into the Laravel ecosystem, we often find ourselves...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to compare carbon date in laravel?

# How to Compare Carbon Dates in Laravel: A Developer's Guide Dealing with dates and time differences is one of the most common pain points in software...

2026-06-29 Stefan Bogdanescu
Laravel Company

Validate array of inputs in form in Laravel 5.7

# Mastering Array Validation in Laravel: Handling Multiple Form Inputs As developers working with large forms, one of the most common validation challenges...

2026-06-29 Stefan Bogdanescu
Laravel Company

when using laravel queue job processing, getting stuck

# Decoding the Stall: Troubleshooting Stuck Laravel Queue Jobs in Older Versions As a senior developer working with distributed systems, I've encountered...

2026-06-29 Stefan Bogdanescu
Laravel Company

php artisan make:auth not defined in Laravel 8

# Decoding the Error: Why `php artisan make:auth` Doesn't Exist in Modern Laravel As a senior developer working with the Laravel ecosystem, I frequently...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel & Ajax - Insert data into table without refreshing

# Laravel & AJAX: Inserting Data into Tables Without Refreshing the Page As a senior developer, I often see beginners wrestling with the concept of...

2026-06-29 Stefan Bogdanescu
Laravel Company

How can I deploy my Laravel project to root folder in Hostinger with git?

# How to Deploy Your Laravel Project to Hostinger Root Folder Using Git: A Developer's Guide Deploying a modern framework like Laravel to shared hosting...

2026-06-29 Stefan Bogdanescu
Laravel Company

SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'id'

# Mastering Migration Errors: Solving SQLSTATE[42S21]: Duplicate Column Name 'id' As a senior developer working with the Laravel ecosystem, we frequently...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Get Days In Month From Month Number?

# Laravel: Getting Days in a Month from Just the Month Number As a senior developer working with Laravel, you often encounter scenarios where you have...

2026-06-29 Stefan Bogdanescu