Laravel
Autocomplete the Eloquent Builder methods in PHPStorm
Normally you can use where(), find(), get() and other static methods. But PHPStorm isn’t auto completing these methods although these methods exist. If you want to autocomplete these methods in PHPStorm I have an idea for this. Create an abstract class which name is AbstractModel. Important thing is that you Devamı…