Owen Voke

Results 192 comments of Owen Voke

😦 Hopefully we can sort it out for next Laracon. 🤔

Hi, sorry I'm not sure how I completely missed this until now. 😬 I can't personally think of a better API at the moment, what sort of thing were you...

Hey @canvural, sorry to bump this. But do let us know if we can help in any way on this. 👍🏻 🙂

Which icons are you trying to use? I've justed tested on a clean Laravel 10 install, with ``, and it worked as expected. 🤷🏻 Although, I tested on macOS and...

The output should have a caret (`^`) before the dump, which will allow you to click through to open the file / line number in your editor. However, if you...

Ok, that's my bad. I thought the compiled view path could be made `null` to skip it, however you'll need to use: ```php public function register(): void { $basePath =...

I don't see why not. 🤔 👍🏻 Feel free to PR it. 🙂 Ping @nunomaduro, do you know if there was a reason that this was excluded?

I can replicate the issue, it seems to be because the `setPharName()` method never gets called on that strategy. PRing a fix shortly. 👍🏻

Could you try updating to v10.9.0 of the Foundation? ```shell composer require laravel-zero/foundation:10.9.0 ``` If it still doesn't work, I'm not entirely sure if this is a bug. 🤔

Yeah, there are definitely issues with the way Blade UI Icons work. 🤷🏻 I think it's just because there are so many files, not really much we can do. If...