sunel / eav

Entity–attribute–value model (EAV) for Laravel Artisan
https://sunel.github.io/eav/
143 stars 39 forks source link

dashboard not work #51

Closed ipolovnikov closed 3 years ago

ipolovnikov commented 4 years ago

hi i find issues in your eav extension for laravel ^7.0 for new laravel version you nead fix 2 files in vendor json-api-resources

class Resource extends \Illuminate\Http\Resources\Json\Resource
class Resource extends \Illuminate\Http\Resources\Json\JsonResource
class RelationshipResource extends \Illuminate\Http\Resources\Json\Resource
class RelationshipResource extends \Illuminate\Http\Resources\Json\JsonResource

sanks for your eav

sunel commented 3 years ago

pull request ??

sunel commented 3 years ago

Fixed the issue https://github.com/sunel/json-api-resources/commit/361a62049ff27236a8d4f65a2afc663ca50b3ad8

use version v0.0.4