eav
eav copied to clipboard
Entity–attribute–value model (EAV) for Laravel Artisan
Faced this error while using the API service provider. ` Trait "ApiHelper\Http\Concerns\InteractsWithRequest" not found`
Hi @sunel This is abandoned, right?
how i can export data with laravel-excel ?
Don't work entity relation ``` Product::whereHas('organization', function ($q){ $q->whereAttribute('help_job', '=', true); }); ``` Product and Organization extends Eav\Model
Hi again @sunel. Problem pagination `$products = ProductEav::select(['attr.*'])/*->groupBy('rating_attr.value', 'products.id')*/->paginate(20);` solved by adding to the request `groupBy('rating_attr.value', 'products.id')`
Hi @sunel ` $organizations = OrganizationEav::withCount('comments' )->get();` withCount don't work. Is there a solution to this problem? error `SQLSTATE[08P01]: : 7 ERROR: bind message supplies 11 parameters, but prepared statement...
When I run the command 'php artisan eav:compile:entity product' to create the flat table I get the following error: Compiling `product` entity. Creating flat table for `products`. in C:\Websites\eavproject\database/migrations/eav/products_flat.php Found...
Updated package requirements to support L9. Didn't run tests, for me it's unclear how to run tests for this project.
Laravel 9 is almost a year old already and still no support.. I think you should abandon this package.. Or put some more effort in updating it.