Ryan Chandler
Ryan Chandler
Try using `x-model` instead of `x-mask:model`.
@ekwoka Can you confirm that these changes work?
@ekwoka Could you also update the documentation?
Yes please, if you could build and push those files.
I'm wondering if we should pass a `Closure` to the `->visible()` method instead so that you can do model/record specific feature checks too.
@alexjustesen Will also need to change the dev dependencies - I don't have a problem dropping support for Laravel 8 either btw.
I've created a similar package that supports Laravel 9.x. https://github.com/ryangjchandler/standalone-blade
> Use PHP array destructuring feature instead of using a temporary variable. See issue #33 or #17
Yeah that would be awesome.
@olivernybroe and I are hoping we can cover a lot of the edge cases that other formatters for Blade don't cover yet. We'll be using a lexer & parser to...