Dwight Watson

Results 125 comments of Dwight Watson

You should be able to use the `route()` helper here - `active(route('marketplace.show', $slug))`. Let me know how it goes!

Sorry about the delay on this, been juggling a bunch of other things. I think it's expected that if you pass a URL that it will still return the active...

I think I've got this working on `dev-master` now - would you mind trying it out and letting me know how you go? If it's all good I'll tag a...

Clearly that’s not desirable behaviour, the query string shouldn’t affect the output. Happy to take a look at any PR that can resolve it clearly.

Thanks for reporting this. Just to clarify, you have a route named article.create and is_active won’t recognise it? If you could describe the exact problem you are seeing on ‘/‘...

Hey, just had a quick look through the code to get up to speed. I thought tokens were deleted after they were used once but turns out this is not...

Happy to accept a PR that rectifies this behaviour.

Isn't this new typehinting syntax only supported in PHP 8.1? I would need to bump up the supported versions if so.

Thanks for that. I'm still debating whether this is a change I want to make as it's quite dramatic. I think we'd need 4 things in order to merge this:...

Happy to accept a PR for this.