kovax

Results 3 issues of kovax

I got the following error after creating a new role: `Facade\Ignition\Exceptions\ViewException Call to undefined method App\User::hasRoleWithPermission() (View: /shared/httpd/tp/htdocs/nova/resources/views/layout.blade.php)` Laravel: 6.8.x Nova: 2.12.x

I think this is an abandoned project. Last commit was 5 month ago, currently there are 6 issues and 2 open pullrequest. Any chance to update this project? @codebykyle

I have the following field: ` ListenerField::make('Jóváírt kredit', 'new_credits') ->sortable() ->help('Automatikusan kerül kiszámításra a fizetendő összegből!') ->withMeta([ 'extraAttributes' => [ 'readonly' => 'readonly' ], ]) ->calculateWith(function (Collection $values) { $order_total...