Steve Moretz

Results 107 comments of Steve Moretz

> I am Facing Same Problem.did you Find any Solution? @Stevemoretz The workaround is to extend the class, override the close method and call onClose in there.

Regarding keep alive that is not necessary nor relevant keep it off. But You're right my explaining was insufficient, actually it has one more step, you need to create a...

Possible fix (if feasible on your side): wish we had a way to ignore the @params that start with a keyword.

Took me a long frustrating debug until I found and fixed the problem, please merge it: https://github.com/barryvdh/ReflectionDocBlock/pull/6 Now I'll have generic autocompletion on facade, thanks to your package and that...

You can add their aliases in `config/app.php` for facades, but for the rest I don't think you can do anything right now.

for models use: ```php 'model_locations' => [ ... ``` Done you can close your issue.

> @Stevemoretz There is no config when developing a package, The easiest way is to grab `_ide_helper.php` from another project and drop it in your package root folder. You can...

> I've changed my server config to TCP, but the new user profiles still were created with "proto udp". I've found the template file and modified it, but it would...

> We need to find a way to handle `` in parser, it is not easy, so any help welcome @alexander-akait Wouldn't that be easy using a regex? I don't...

Use a class component instead of functional component that solved it for me