Blog

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

Laravel Company

Date picker daterange in laravel

# Mastering Date Range Selection in Laravel: A Deep Dive into Front-End Dependencies As senior developers working within the Laravel ecosystem, we often bridge...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to export excel after filter in laravel?

# How to Export Only Filtered Data in Laravel using Maatwebsite/Excel As a senior developer working within the Laravel ecosystem, one of the most common...

2026-06-29 Stefan Bogdanescu
Laravel Company

How can I Seed a Image using Laravel Seeder and store it in the Database?

# How Can I Seed an Image using Laravel Seeder and Store it in the Database? As a senior developer, I often encounter scenarios where developers try to store...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel app.js and app.css why need to use ? Can we removed those?

# Deciphering `app.css` and `app.js` in Laravel: Why They Exist and How to Customize Them Welcome to the world of Laravel! As you start building applications,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Call to a member function hashName() on string error when use putFile() to storing a file via url

# Decoding the Error: Why `Call to a member function hashName() on string` Occurs with `putFile()` and External URLs in Laravel As senior developers, we often...

2026-06-29 Stefan Bogdanescu
Laravel Company

Sending e-mail in Laravel with custom HTML

# Sending Custom HTML Emails in Laravel: Beyond Simple Blade Views As senior developers working with Laravel, we often encounter scenarios where the standard...

2026-06-29 Stefan Bogdanescu
Laravel Company

Which validation rule to use for a float with Laravel 4?

# Which Validation Rule to Use for a Float in Laravel? A Developer's Guide Dealing with data types, especially floating-point numbers (`float` or `double`), in...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to make email login case insensitive with Laravel 5.5 authentication

# How to Make Email Login Case Insensitive with Laravel 5.5 Authentication When you start building authentication systems in Laravel, using the scaffolding...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Passport token lifetime

Title: Understanding Laravel Passport Token Lifetime Management Body: When working with Laravel's authentication system, understanding how to control token...

2026-06-29 Stefan Bogdanescu
Laravel Company

Proper laravel storage permissions

# Mastering Laravel Storage Permissions: Moving Beyond the `777` Band-Aid As developers working with web frameworks like Laravel, managing file system...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel print the validation error message

# Mastering Laravel Validation Errors: Getting Context for Your Users As a senior developer working with the Laravel ecosystem, we frequently deal with form...

2026-06-29 Stefan Bogdanescu
Laravel Company

backend/frontend separation in laravel

# Achieving Backend/Frontend Separation in Laravel: Moving Beyond CodeIgniter Patterns Coming from a CodeIgniter background, it’s natural to look for familiar...

2026-06-29 Stefan Bogdanescu