Blog

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

Laravel Company

How to set the Laravel middleware order of execution?

# Mastering Execution Flow: How to Set the Laravel Middleware Order of Execution As a senior developer working with the Laravel framework, understanding the...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel 5 insert date and time to database

# Mastering Timestamps in Laravel 5/5.1: Inserting Date and Time Correctly As developers working with Laravel, managing timestamps—specifically `created_at`...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel validation : difference between numeric and integer?

# Laravel Validation: The Crucial Difference Between `numeric` and `integer` As developers working with web applications, data integrity is paramount. When...

2026-06-29 Stefan Bogdanescu
Laravel Company

Better way to test if a job is dispatched in Laravel

# The Better Way to Test Job Dispatching in Laravel: `expectsJobs` vs. `Bus::fake()` When unit testing applications built with Laravel, one of the most common...

2026-06-29 Stefan Bogdanescu
Laravel Company

Display images with VueJS and Laravel

# Displaying Images with VueJS and Laravel: Mastering Data Binding As developers bridging the gap between robust backend frameworks like Laravel and dynamic...

2026-06-29 Stefan Bogdanescu
Laravel Company

composer unable to install laravel/passport

# Composer Unable to Install `laravel/passport`: Decoding the Dependency Nightmare As senior developers working within the Laravel ecosystem, we often...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel artisan optimize Best Practices

Title: Laravel Artisan Optimize Best Practices for Seamless Deployment Introduction: In today's fast-paced development world, optimizing your application for...

2026-06-29 Stefan Bogdanescu
Laravel Company

Method Laravel\Passport\Guards\TokenGuard::attempt does not exist

# Decoding the Error: Why `TokenGuard::attempt` Doesn't Exist in Laravel Passport As senior developers working within the powerful ecosystem of Laravel and its...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to use "enum" values in select option in Laravel?

# How to Use `enum` Values in Select Options in Laravel: A Clean Approach As a senior developer working with the Laravel ecosystem, we frequently encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 4 - Redirect::route with parameters

# Mastering Redirects in Laravel: Passing Parameters and Controlling Request Methods As developers building complex web applications with Laravel,...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to paginate and sort results in Laravel?

# How to Paginate and Sort Results in Laravel: The Developer's Guide As a senior developer working with Laravel, you constantly run into scenarios where you...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 8 Routing Subdomain

# Mastering Subdomains in Laravel 8: A Developer's Guide As a senior developer, I’ve seen firsthand how framework evolution impacts our codebases. The way we...

2026-06-29 Stefan Bogdanescu