Caleb White
Caleb White
Thanks for the response @hartwork! You bought up some interesting points I had not thought about... How about this idea though: Syncing remotes could be designated a 'risky' feature and...
This works with [phpactor](https://github.com/phpactor/phpactor) (PHP).
Hello! This issue has been fixed by the linked PR and can be closed
I was pleasantly surprised to see that phpactor picked up on the `_ide_helper.php` and `_ide_helper_models.php` files out-of-the-box (using Neovim and the phpactor language server), however, there's two issues: 1. All...
So [intelephense](https://intelephense.com) solves this issues by populating the quickfix with the different references (however, it only seems to do this on the Laravel class through the `_ide_helper.php` file but it...
> docblock onto the actual model file instead of a separate file My team doesn't want our models littered with those docblocks. The IDE Helper package has the `--mixin` option...
@Einenlum, it does **not** work out of the box, https://github.com/phpactor/phpactor/issues/2420 is still an issue.
@canvural, I'm running into this issue as well. The default guard is overridden by Laravel when setting the current guard to use. https://github.com/laravel/framework/blob/0c574d42e9c7d82a0bd304a5cb2ce031a914bfa6/src/Illuminate/Auth/AuthManager.php#L201-L214 I have a project with several guards...
@nunomaduro, can you please reconsider this? This functionality is exactly how the `Auth::user()` method should work because Laravel overwrites the default guard at runtime. Calling `Auth::user()` in different locations in...
Can this be closed? It seems stale: `HasManyThrough::cursor` returns a LazyCollection