Karel Faille

Results 28 comments of Karel Faille

Hi @AndyGaskell, I created a PR here #46.

Hi @AndyGaskell, I'm not sure how to add unit tests without bringing the whole laravel package. Do you have any idea? Thanks

The down side of using Laravel IDE Helper is that you create and use code only to help your IDE understand what's going on. +1

In my case, this problem happened because the permission resource wasn't available for the current user because of permissions policy. To solve the problem I replaced `$permissionKey = Nova::resourceForModel(app(PermissionRegistrar::class)->getPermissionClass())::uriKey();` by...

@SadeghPM do you have a policy that makes the User resource unavailable for the current user?

Hi, With the closure syntax, I don't see how we would guess the relation name on the model. Maybe you have another idea? We could maybe allow `MultiFactoryCollection` instances in...

I noticed the same bug, I gave a closure to the `callback_after_calculation` option to test min and max boundaries.

It's a nice addition. Inertia svelte as a similar feature https://github.com/inertiajs/inertia/pull/206.

Hi, For Laravel 6 I you have to use nestedset v5: `composer require kalnoy/nestedset: ^5`.

I would use the typeof check to avoid any problems in es5