Alex

Results 951 comments of Alex

@rcrowe , this should solved after both following PR's will be merged: - illuminate/html#12 - illuminate/html#13

Yes, then `Unresolved dependency` exception (during `artisan` usage) indeed go away after first PR merge. However if you try to actually create a twig template and view it then without...

Because you need to run `artisan clear-complied` and `artisan optimize` after changing stuff in config. At least I do. I guess if you change classes that go into compilation that...

It's commented out, because classes it uses are no longer shipped with Laravel and were moved out into https://github.com/illuminate/html. You need to require `illuminate/html` package in your `composer.json` and then...

> As can be seen from the commit log I haven't updated this repo at all for a few years - it's kind of amazing that it still works as...

@glensc , what different views do we have? I've used these views, but maybe there are more: * list view - where all recorded profiling sessions are shown * details...

That's a good idea. I wonder if XHGui images used there: * actually are from this project and not it's clone, because I haven't seen such callgraph in here: https://www.youtube.com/watch?v=Llc5qNuiMIw...

> if rocketeer deploy is performed for the first time with all required drivers installed then all works fine. What you mean by drivers in relation to Composer? You should...

I did exactly as you, but without running `setup` command. Maybe `composer` isn't in your PATH? In my case I've put it into `/usr/local/bin` folder which is in $PATH variable...