Jonas Siewertsen

Results 40 comments of Jonas Siewertsen

I removed the stale label. It's still present and relating to: https://github.com/statamic/cms/issues/2403 Can this duplicate be removed?

I will add the validation as soon as possible but wanted to show this early so we can discuss a few things and I think it might be easier here...

Yes, we should! I'll add it to my to do list :-)

I will as well add the option to add multiple resolvers at once, so that you can register your properties like this. ```php public function boot() { LivewireProperty::register(CustomProperty::class, CustomPropertyResolver::class); //...

@joshhanley - I added a Facade which is much nicer. - Multiple properties can be registered at once. - Validation has been implemented. - Refactored some method names: - `LivewireProperty::exists($class)`...

Your Input has been great and implemented @joshhanley

Thanks for the feedback Josh and James! I will take a closer look soon to make those changes.

Sorry for the delay. For the first reviews Josh has been really busy, now am I. Bad luck I guess :-D I am trying to find some time as fast...