Yoeri Boven

Results 14 comments of Yoeri Boven

I had the same problem but it was because of a dot. Could you also filter out '.' besides spaces?

Oh, that worked! Thanks, Adel. :) Any idea how I could get autocompletion on `$plan`? ```php foreach (Plans::all() as $plan) { $plan->somefunction(); } ``` How do I let PHPStorm know...

Same problem here. Local server still runs after stopping it with `Ctrl-C`. Only a `web:` process in the Procfile. The others are shown with the `ps aux |grep php-fpm` command....

Oh I have that part of the sidebar disabled. Shortcut doesn't work. Do you have the name for key mapping? Another place that would be nice would be in the...

Listeners are registered in the `$listen` property on `EventServiceProvider`. I select the classname (e.g. `PostCreated::class`) go to navigate -> related symbol. It just shows a tooltip saying 'No related symbols'.

@aarondfrancis Hey, could you merge this?

Thanks for the PR. I made some changes. Haven't been able to test it on different connections so could you do that? Please try with the default connection and then...

If anyone is looking for this functionality please test this branch if it works. If it does I will merge it and release it.

Merged and released. Please require `1.3` in your projects.