dmitriytretyakov
dmitriytretyakov
I created resource with field Avatar::make('thumb') and select doesn't show any avatars, but if i will change it to Avatar::make('avatar') it works well.
Hi, thanks for good solution. I'm using your package https://github.com/teamtnt/laravel-scout-tntsearch-driver couple of months and today i found bug. When i'm enter part of russian word, module return only first result....
А можно ли как-то использовать уже созданное изображение? Приведу пример: 1. Пользователь создает статью, загружает титульную картинку, прописывает ей title, alt, теги 2. При создании новой статьи он нажимает use...
Hi, i already write issue https://github.com/whitecube/nova-flexible-content/issues/151 and https://github.com/whitecube/nova-flexible-content/issues/14 doesn't help me. Bug appears only on view page, edit page is fine. My layout code is: ``` namespace App\Nova\Flexible\Layouts; use Laravel\Nova\Fields\Date;...