netpok
netpok
Hoops, I accidentally removed the spaces (not that they should be there).
Sorry for the late reply, the problem with #802 is that it will remove the Arr and Str classes from the ```php namespace{ // ... } ``` section so the...
Ok. I rebased it to current master.
Basically you don't want the non Facade classes show up there as they would be empty and break the aliased classes. They still show up in the alias section, so...
Does this PR needs any more attention from me or is it good for now?
@barryvdh Any blocking reason here I should resolve?
This should check whether ide-helper is installed: ```php Artisan::command('ide-helper:run', function () { if (App::has('command.ide-helper.generate')) { Artisan::call('ide-helper:meta', [], $this->output); Artisan::call('ide-helper:generate', [], $this->output); } })->describe('Run ide-helper:generate and meta.'); ``` This can be...
Yeah, that's the idea, sorry for the late answer. Can I do anything on my side to expedite merging?
@mfn Rebased it to master
I would be happy to use this feature if possible, is there a blocking reason @barryvdh ?