barryvdh/laravel-ide-helper

no effect

dvlpr91 opened this issue · 2 comments

Versions:

  • ide-helper Version: 2.13
  • Laravel Version: 10.22
  • PHP Version: 8.2

Question:

  1. composer require --dev barryvdh/laravel-ide-helper
  2. php artisan ide-helper:eloquent
  3. php artisan ide-helper:generate
  4. php artisan ide-helper:models

However, this has no effect when calling the model's relational and eloquent methods.

  • environment: vim(coc language server) and laravel sail.

This package has helped me a lot in the past.

But not now. Is there a package that can replace this package?

mfn commented

vim(coc language server)

Never heard of this, does it even support what this package provides?

Primary target is PhpStorm, as it's the most advanced one. Second Visual Code I guess, with mixed success from what I read here.

vim/coc… 🤷🏼