Blog

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

Laravel Company

Convert date and time to Jalali in Laravel

# Converting Date and Time to Jalali Calendar in Laravel: A Developer's Guide As developers working with international applications, handling dates and times...

2026-06-29 Stefan Bogdanescu
Laravel Company

Group by multiple columns in Laravel

Title: Efficiently Grouping Results by Multiple Columns in Laravel Body: When working with large datasets in Laravel, you may need to group results by multiple...

2026-06-29 Stefan Bogdanescu
Laravel Company

Auth not working in Laravel Tinker

# Auth Not Working in Laravel Tinker: A Deep Dive into Session Limitations As a senior developer working with the Laravel ecosystem, you often find yourself in...

2026-06-29 Stefan Bogdanescu
Laravel Company

Redirect after register in Laravel

# Mastering Post-Registration Redirects in Laravel: Fixing Authentication Flow Issues As a senior developer working with the Laravel ecosystem, I’ve seen...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to pass multiple arguments when running Laravel Tasks on command line?

# How to Pass Multiple Arguments When Running Laravel Tasks on the Command Line As developers working with the Laravel ecosystem, we frequently need to execute...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to generate secure one time download link in Laravel?

# How to Generate Secure One-Time Download Links in Laravel for Mobile Applications Developing a mobile application, especially one involving digital content...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel only update if not null

# Laravel Only Update If Not Null: Mastering Clean Eloquent Updates As senior developers working with Laravel, we constantly grapple with how to manage data...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to rollback last vendor publish in laravel

# How to Rollback a `vendor:publish` in Laravel: Restoring Your Custom Assets Dealing with accidental changes, especially when dealing with published files,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Upload Images to Laravel-Lumen API

# Mastering Media Management: Uploading Images to Your Laravel API Handling file uploads in an API context is one of the most common hurdles developers face....

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Livewire component not re-rendering

# Solving the Mystery: Why Your Laravel Livewire Component Isn't Re-rendering As a senior developer working with Laravel and Livewire, I’ve encountered...

2026-06-29 Stefan Bogdanescu
Laravel Company

Cast in query builder laravel

# Casting in Query Builder: Mastering `orderBy` with Data Types in Laravel As developers working with relational databases, one of the most common stumbling...

2026-06-29 Stefan Bogdanescu
Laravel Company

class Str not is missing but i dont know how to define it

# Decoding the Error: Why You Can't Find the `Str` Class in Laravel As developers working within the Laravel ecosystem, we frequently encounter errors that...

2026-06-29 Stefan Bogdanescu