Орлов Дмитрий

Results 31 comments of Орлов Дмитрий

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)`. ![image](https://user-images.githubusercontent.com/26907947/77246837-d67c3500-6c4c-11ea-9165-4c4da126eac4.png) ![image](https://user-images.githubusercontent.com/26907947/77246849-f27fd680-6c4c-11ea-83b8-fb8f72e2e06f.png)

"phpunit/phpunit": "8.5.2" установилась ![image](https://user-images.githubusercontent.com/26907947/77246952-1263ca00-6c4e-11ea-9f69-39d46dca2e03.png)

@vesper8 Если вам срочно нужно использовать этот пакет с Laravel 7 используйте форк `composer require cvaize/laravel-translation-manager:6.0.4` версия должна быть **6.0.4**, это важно.

![image](https://user-images.githubusercontent.com/26907947/77249510-56ad9500-6c63-11ea-9ddd-b564af47ce7f.png) ![image](https://user-images.githubusercontent.com/26907947/77249518-61682a00-6c63-11ea-9b7c-0a96fa321ced.png)

@vesper8 I am frontend developer =) Используйте версии подобранные мною в composer.json и замените все функции `str_*` на `\Str::* ` по типу. Я только заставил работать пакет на Laravel 7,...

Вы подключили провайдеры в app.php ? ![image](https://user-images.githubusercontent.com/26907947/78025906-3cb33700-7374-11ea-8542-c557e8446271.png)