Marko Dupor

Results 35 comments of Marko Dupor

@peterjaap where are you matching a route exactly? You need to provide one of `Mailbox::to/from/cc/bcc/fallback/catchAll` methods. Continuing on that, I've submitted a PR where extending drivers is done through config,...

@peterjaap do a `Mailbox::catchAll(function() { Log::info("Caught an email.") })` in `boot()` of your `AppServiceProvider`.

Hello @matthewknill I'm pressed for the time lately, but feel free to make a PR, I'll gladly merge it in

@SebastianUhlig I'd love this feature. I tried copying your PR contents in my implementation (using a custom fork of my own, so can't just do a checkout), however it is...

Nvm, I figured it out. Classes beginning with `nsr` must be changed to `o1`

Made a pull request for this feature (https://github.com/outl1ne/nova-simple-repeatable/pull/61), please let me know if there is something failing and/or missing.

Maybe slightly off topic, but can `dependsOn` function with inner fields? Like this: ```php SimpleRepeatable::make('Repeat this', 'products', [ Multiselect::make('Products')->asyncResource(Product::class)->singleSelect(), Text::make('Unit')->dependsOn('products', function (BelongsTo $field, NovaRequest $request, FormData $formData) { ... }),...

Probably answer you might not need anymore, and which should definitely be documented. You are correct to assume that filtering can be done through `api()` method. The way to do...

@laravelwebdev if I remember correctly while testing, that feature should be available out-of-the-box, but it begs the question of what happens with your repeatable fields. Because if you added 10...

> Hi, thanks for your PR! > > Do you know why this is not merged yet? No idea :)