Alexander Grigorev
Alexander Grigorev
Data output problem I have 2 lists, resorts and hotels if their IDs are the same, then a list of resorts is always displayed Everything is saved correctly in the...
In different encodings such as UTF-8, the validator incorrectly believed the string length
Why not make a useful check on the existence of records in another table?
I like the standard
Please make nova 4 support Found this fork https://github.com/njimx/nova-checkboxes Everything works there, but there is a display problem
.gitkeep is empty file ``` object(Alchemy\Zippy\Archive\Member)[5584] private 'location' => string 'app/database/seeds/.gitkeep' (length=27) private 'isDir' => boolean true private 'size' => int 0 ```
fix bug - Use of undefined constant self - assumed 'self'
Фабрики к примеру https://github.com/avlyalin/laravel-sberbank-acquiring/blob/master/database/factories/GooglePayPaymentFactory.php используют Faker который вынесен в секцию composer require-dev При установке на проде с опцией composer install --no-dev Установка падает ```> @php artisan package:discover --ansi In DatabaseServiceProvider.php...
В документации указано что поиск будет произведен по всем филиалам, то есть по умолчанию не указывается branch_type https://dadata.ru/api/find-party/ У вас в коде https://github.com/movemoveapp/laravel-dadata/blob/master/src/DaDataCompany.php#L39 По умолчанию MAIN (можно изменить на BRANCH)...