Niclas
Niclas
I cannot reproduce this, since I currently have no access to a device running Windows and on macOS it works for me. Could you maybe edit the `initialize` script with...
Does https://laravel.com/docs/9.x/installation#getting-started-on-windows work for you? Maybe it works if you use bash instead of sh?
closing due to inactivity. If the issue still persists feel free to comment again.
Found some time to reproduce this today. Definitely annoying! Maybe we need to set some environment variables, like the `sail` script does: https://github.com/laravel/sail/blob/1.x/bin/sail#L126
That's a really nice idea. I had something similar in mind for endpoints that require authentication, but never thought of authorization. Maybe the gutter icon could have a little 🔒...
That's very good news and simplifies the implementation a lot! I think a "proper" would also check that the `can` middleware alias resolves to `\Illuminate\Auth\Middleware\Authorize`, but I think this can...
Hi, thanks for reporting this bug! Which version of the plugin and PhpStorm are you using? Looking at the stacktrace it seems like the plugin version is pretty old (>1.5...
While working on my implementation on `route-name-string` in https://github.com/nunomaduro/larastan/pull/1734, I ran into a similar problem when trying to re-use the same logic as implemented by the `ViewStringType`. In `ViewStringType.php` only...
Hi Arne, thanks for your kind feedback. [This review on the plugin marketplace](https://plugins.jetbrains.com/plugin/14612-laravel-make-integration/reviews#review=48177) also mentions a similar issue, so you are not alone with this request. I have not really...
Just as a note: This could be implemented similar to how [Spring Application Contexts](https://www.jetbrains.com/help/idea/spring-support.html#spring-file-set) work in the Spring Plugin. This would also maybe enable other stuff like working at multiple...