krlove / eloquent-model-generator

Eloquent Model Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relationships are not genereted

hikkiMourad opened this issue · comments

When I run the command to generate eloquent model
example : php artisan krlove:generate:model Reservations --table-name=reservations
the generated model doesn't have functions that refers to Many To Many relationships

I'm closing old issues, if this one is still relevant, please create a new one and provide more details about your database schema.