Pixiedia, Inc.
Pixiedia, Inc.
it's causing because alwaysPaginate, if alwaysPaginate has been commented the serialization will work, any help?
@adrien2p There is an issue when 2 modules override the same entity, i believe the issue in `databaseLoader` function any recommendations?
Same issue for Nx monorepos
@RaymondMRose downgrade to PHP 7.4
@vbansal2 use `nohoist` this is the only available solution for now :( `"workspaces": { "packages": [ "apps/*", ], "nohoist": [ "**/@pixiedia", "**/@pixiedia/**", "**pixiedia**" ] },`
@olvlvl, I encountered a fatal error while installing and using olvlvl/composer-attribute-collector in a fresh Laravel 11 project using Composer 2.7 and PHP 8.3/8.4. It appears the plugin is still relying...
@olvlvl adding ```"composer/composer": "^2.8",``` to the require-dev fixed the issue
@olvlvl I have tried to generate the attributes file, but not detecting any attributes. Here is my ```composer.json``` ``` { "$schema": "https://getcomposer.org/schema.json", "name": "laravel/laravel", "type": "project", "description": "The skeleton application...
@olvlvl now it's working
@olvlvl I'd love to discuss potential collaboration on achieving full Laravel compatibility for the attribute system, covering key features like Controllers, Routes, Middlewares, Guards, and more. Please let me know...