Blog

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

Laravel Company

Type Error in Laravel 8 app when package barryvdh/laravel-translation-manager is installed

# Solving the Laravel Translation Error: Debugging Conflicts with `barryvdh/laravel-translation-manager` As senior developers working within the robust...

2026-06-29 Stefan Bogdanescu
Laravel Company

Composer require fatal error: Uncaught ArgumentCountError: array_merge() does not accept unknown named parameters

# Solving Composer Fatal Errors: Dependency Hell in Laravel Installations As senior developers, we often encounter frustrating errors that seem abstract yet...

2026-06-29 Stefan Bogdanescu
Laravel Company

How format date Carbon:now() in Laravel PHP

Title: Mastering Date Formatting with Carbon::now() in Laravel PHP Body: Date formatting is an essential skill for any developer working with web applications...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 8.15.0/Jetstream - How to register new blades x-jet-newblade?

# Laravel Jetstream Components: How to Register New Blade Views like `x-jet-newblade` As developers diving into powerful frameworks like Laravel and Jetstream,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Get path to file in storage

# Getting the File Path in Laravel Storage: A Deep Dive As developers working with modern PHP frameworks like Laravel, managing file storage is a daily task....

2026-06-29 Stefan Bogdanescu
Laravel Company

Lumen Custom Validation

# Mastering Custom Validation in Lumen: Troubleshooting Your `TrueNull` Rule Implementing custom validation rules is a powerful way to enforce domain-specific...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 3 Eloquent How to select column as

# Laravel Eloquent: How to Select Columns with Aliases As a senior developer working with Laravel, understanding how to map raw database results into...

2026-06-29 Stefan Bogdanescu
Laravel Company

Getting Error: CSRF token mismatch in laravel 8

# Mastering AJAX Security: Solving the CSRF Token Mismatch in Laravel 8 As a senior developer working with Laravel, we frequently encounter subtle but...

2026-06-29 Stefan Bogdanescu
Laravel Company

How can I pass variable to register view?

# How Can I Pass Variables to a Register View in Laravel? As developers working with Laravel, one of the most fundamental tasks is understanding how data flows...

2026-06-29 Stefan Bogdanescu
Laravel Company

Append a new property to an object

# Appending Custom Data to Eloquent Results: A Developer's Guide Working with data retrieved from a database via Eloquent in Laravel is incredibly powerful....

2026-06-29 Stefan Bogdanescu
Laravel Company

composer install ///You are running Composer with SSL/TLS protection disabled

# Composer Install Error Solved: Navigating SSL/TLS Warnings and Missing `composer.json` Files As a senior developer, I've seen countless developers stumble...

2026-06-29 Stefan Bogdanescu
Laravel Company

Shadcn UI creates components in the root instead of resources/js with Vite and Laravel

# Configuring Shadcn UI for Laravel/Vite: Placing Components in `resources/js` As developers building modern applications with the Laravel/Vite stack,...

2026-06-29 Stefan Bogdanescu