Denis Mitov
Denis Mitov
Hi, thanks for this awesome package ❤️ . I've tried using it inside my Laravel Nova project - and the way Nova loads external-to-nova URIs is by loading them in...
Hi, awesome stuff! Thanks! We have some filterable date fields around: ```php Date::make('Version Date', 'version_date') ->filterable() ->sortable() ->onlyOnIndex(), Date::make('Created at', 'dob') ->filterable() ->sortable(), ``` And without setting any filters, the...
laravel: 10.48.4 nova: 4.33.1 nova-command-runner: 4.3.5
Hi, After adding the plugin with oh-my-zsh, if I type the command and Tab to see autocompletions - I get this error: ``` ╰─ artisan stoCannot connect to the Docker...