Blog
Insights, guides, and best practices from the Laravel Company team.
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...
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...
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...
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...
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...
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...
laravel filament very slow
Title: Optimizing Laravel Filament Performance: Addressing Common Bottlenecks Introduction In today's era of high-speed applications and smooth user...
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...
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...
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...
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...
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...