Alex Miles

Results 9 comments of Alex Miles

Thanks also! I am having the same problem with Google Play Music - clicking the "Start service registration" button shows the loading spinner for a short moment, but then it...

@EelcoA Are you able to search and browse through Google Play Music?

Thanks for the responses guys. @lindyhopchris, what are the chances this might be supported in future? I'm guessing quite slim, as the package mostly leans on Eloquent's eager loading strategy...

I'm also experiencing problems with this feature, although I'm seeing the _opposite_ of what @ma499 is seeing - when including a regex in the global config, _nothing_ gets reported to...

Hi @Bruce9000, I'm still learning Vue here too, so I may be misunderstanding what you're saying, but I think you're describing a problem that's actually addressed later in the lesson,...

> To include these in **php artisan event:list**, a mechanism is needed to discover and bootstrap all models in the application. This could be achieved by: > > * Automatically...

I am having the same problem, and can confirm that having cleared the PHPStorm caches (File > Invalidate Caches > All boxes checked) and regenerating helper code (Laravel > Generate...

@gorbunov Regarding the information shared about how the plugin makes the decision internally, could this change be the issue? https://github.com/laravel/framework/commit/2f1f3301bdb4d6ac45f980702e2d2bc544e2d104#diff-c14e536174956829af10331e4333c434b9c4c2722f9e28080aa1e32f0e8ee75a Specifically, the `HasFactory` trait now declares `@return TFactory` in its...

To remove any doubt, the issue in my case isn't being caused by the `isVendor()` call, which I have removed here: The IDE understands that the `factory()` method is returning...