laravel-idea / plugin

Laravel Idea plugin for PhpStorm
https://laravel-idea.com/
165 stars 7 forks source link

[Feature Request]: Pivot table Generation #927

Open ProgrammerZ opened 7 months ago

ProgrammerZ commented 7 months ago

Feature Description

I believe it would be great to be able to generate standard "Laravel" pivot tables, just from two Eloquent Models and optional $table->foreignIdFor(). Moreover with optional class name. For some reason it always annoys me to write pivot table names and add boilerplate code in 90% of the time.

niladam commented 1 month ago

Hey @adelf -- i just stumbled upon this and i can see it says wait for next release.

Would you maybe be able to tell me how, if and when this is/will be implemented ?

Thank you :)