Oybek Odilov

Results 6 issues of Oybek Odilov

As-salamu alaykum! OS Version: Ubuntu 22.04.3 LTS.

bug

On clicking Restore button, Unable to find component: [tapp.filament-auditing.relation-managers.audits-relation-manager] error occurs.

Hi @kevincobain2000 and contributors! Can we add a sorting and filtering features for API list on sidebar? Everything like in `php artisan route:list` and additional sorting types: 1. Alphabetical; 2....

Hi everyone! Are there any plans to add translations?

So we could do something like this: ```php TranslatableContainer::make( TextInput::make('title') ->rules(['max:255', 'string']) ->nullable() ->placeholder('Title') ) ->columnSpan([ 'default' => 12, 'md' => 12, 'lg' => 12, ]), ``` Now, it will...

Hi! It's me again. **Is your feature request related to a problem? Please describe.** I'm always frustrated when the `laravel-request-docs` package generates documentation for specific routes that I do not...