Blog

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

Laravel Company

Laravel 5.2 - pluck() method returns array

Title: Clarifying Laravel 5.2's pluck() Method Behavior Body: In the context of upgrading your project from Laravel 5.1 to 5.2, you might face some challenges...

2026-06-29 Stefan Bogdanescu
Laravel Company

spatie/laravel-permission There is no permission named `edit_project` for guard `api`

Title: Resolving Issues With spatie/laravel-permission and guard 'api' Introduction: Spatie/Laravel-Permission is a comprehensive package for managing...

2026-06-29 Stefan Bogdanescu
Laravel Company

Carbon.php The separation symbol could not be found Data missing

Title: Troubleshooting Carbon.php Date Manipulation Errors in Laravel Projects Introduction Carbon.php is an essential library for working with dates in...

2026-06-29 Stefan Bogdanescu
Laravel Company

Carbon::now() is not using UTC

Title: Understanding Timezones and Carbon::now() in Your Laravel Applications Time is one of the most fundamental aspects of software applications. It plays an...

2026-06-29 Stefan Bogdanescu
Laravel Company

Ajax call Laravel Route

Title: Properly Calling Laravel Routes or Controllers Using Ajax Ajax is an essential tool for modern web applications that require dynamic data loading...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel DomPdf Add Custom Font

Title: Effortlessly Adding Custom Fonts to Laravel DomPDF Generations Introduction: DomPDF is an open-source PHP library for generating PDF documents from HTML...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel filament very slow

Title: Optimizing Laravel Filament Performance: Addressing Common Bottlenecks Introduction In today's era of high-speed applications and smooth user...

2026-06-29 Stefan Bogdanescu
Laravel Company

How can I build a condition based query in Laravel?

Title: Efficiently Building Conditional Queries in Laravel - A Practical Guide Body: Condition-based queries are crucial for retrieving specific data from a...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel hasMany with where in a Polymorphic relationship

Title: Laravel Polymorphic Relationships with hasMany and Custom Conditions Introduction: In modern web development, managing data efficiently is crucial for...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel routes not found after nginx install

Title: Laravel Routes Not Found after Nginx Install: A Comprehensive Guide Introduction When you migrate your Laravel application from Apache to Nginx or...

2026-06-29 Stefan Bogdanescu
Laravel Company

Fresh Laravel 11 Filament install requirements could not be resolved to an installable set of packages

Fresh Laravel 11 Filament Install Requirements Could Not Be Resolved to an Installable Set of Packages When working on a new Laravel 11 project and trying to...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to insert multiple rows from a single query using eloquent/fluent

Title: Efficiently Insert Multiple Rows from Single Query Using Eloquent/Fluent in Laravel Introduction ------------------------- As a developer working with...

2026-06-29 Stefan Bogdanescu