brian
brian
Did you ever find a solution to this? anything with`auth()` doesn't work. `auth()->check()` `auth()->user()`, etc. They all return undefined method via intelephense.
I looked at the what laravel-ide-helper creates, and it requires you to add `guard()` after you call auth. So for example, `auth()->guard()->user()`, or `auth()->guard()->check()` would get rid of that undefined...
> Think `laravel-ide-helper` requires to add guard() because of the docs already provided by [laravel](https://github.com/laravel/framework/blob/12.x/src/Illuminate/Foundation/helpers.php#L164) itself. > > Introduced in PR [laravel/framework#51938](https://github.com/laravel/framework/pull/51938) > > Unsure if the docblock declared in...
> Same. I think it's a JsPrettier issue. yeah. I gave up and moved to vscode.
No you can't. You can "hack" it by using the formatter function to do it, but it just creates a long string. You can't choose where the items in the...
can you merge this please. The pkgr.pr.new link doesnt work anymore and it's breaking all of our sites 😔
> Can we make the pkg-pr-new link work again? Doing this would also work too as we have ```json "vue-use-places-autocomplete": "https://pkg.pr.new/vue-use-places-autocomplete@10", ``` In our codebase.
Yes, I have this same problem using Laravel with phpactor. I would save a file 6 times and I'd end up with 6 "resolving code actions" for multiple minutes. I...
Is there any official fix to this? Any inertia app with SSR is just broken.