tlevi101
tlevi101
@bmewburn > It seems the template type `TModel` is not resolving to the actual type. To understand why, some more context is needed. What version of intelephense is this? What...
> @tlevi101 `@mixin` is available with the premium version. I do have premium, and everything else works with `@mixin`.
What worked for me is that i disabled inteliphense and i only had [this php intelisense](https://marketplace.visualstudio.com/items?itemName=DEVSENSE.phptools-vscode) enabled. Then i added this phpdoc to MyModel: `@mixin \Illuminate\Database\Eloquent\Model` then regenerate `_ide_helper_models.php`.