Орлов Дмитрий
Орлов Дмитрий
To recreate the error, create a component that has a button that opens a modal window and place this component in another modal window. Open another modal window, and then...
To get around this, I had to duplicate the components and move them out of the modal window. I made it so that when a click is triggered, an event...
I suggest making a mode in which one or all modal Windows are always in the dom. By v-show type
Зависимости `phpunit/phpunit` и `phpspec/phpspec` конфликтуют из-за зависимости `sebastian/exporter`. Пакет `phpspec/phpspec` использует устаревшую версию зависимости `sebastian/exporter (3.1.2)`.  
"phpunit/phpunit": "8.5.2" установилась 
@vesper8 Если вам срочно нужно использовать этот пакет с Laravel 7 используйте форк `composer require cvaize/laravel-translation-manager:6.0.4` версия должна быть **6.0.4**, это важно.
 
@vesper8 I am frontend developer =) Используйте версии подобранные мною в composer.json и замените все функции `str_*` на `\Str::* ` по типу. Я только заставил работать пакет на Laravel 7,...
Вы подключили провайдеры в app.php ? 