You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2022. It is now read-only.
I'm trying to implement eav into a movie review web application. I have an error with inserting values which I'm not sure how to fix as I went through the documentation.
When I try to add a new genre.title value to the database I get an error message as it's trying to insert into a genre table that doesn't exist and not into the attribute values table.
GenreSeeder.php
App\Models\Genre.php
AppServiceProvider.php
I've tried both ways using the full path and morphMap and I still get the same error.
The attribute title does get inserted into the table however when it gets to the value it gives back the error from above.