aarondfrancis / fast-paginate

A fast implementation of offset/limit pagination for Laravel.
MIT License
1.21k stars 56 forks source link

Ide highlighting #46

Closed hamzaelmaghari closed 1 year ago

hamzaelmaghari commented 1 year ago

Hello, It is not an issue, in fact, just a quality improvement. when I started using Laravel fastPaginate the idle (Phpstorm) in my case highlights my code when I use $uqery->fastPaginate() although using idle helper which is Laravel Idea.

screenshot 5
ankurk91 commented 1 year ago

You can use IDE-Helper package which can help.

hamzaelmaghari commented 1 year ago

I already using Laravel Idea which is for that.

aarondfrancis commented 1 year ago

I'm not sure how to fix this! Happy to change anything here if I need to, feel free to reopen.