Tags: acceptacard/translation
Tags
Update 2013_07_25_145958_create_translations_table.php (Waavi#168) Add length limiters for namespace, group and item. This fixes an issue where the index will fail creation on a utf8mb4_unicode_ci collation as the max length is 3,072 bytes and the current gives us 3,084 bytes ((255+255+255+6) * 4) from the four columns used in the index.
Laravel 6 support (Waavi#154) * Laravel 6 support * This version of PHPUnit is supported on PHP 7.2 and PHP 7.3. * setUp void * composer update dependencies * fix : void setUp * fix : void tearDown * change composer to laravel 6 * Arr::get fix helper * add new line .gitignore
PreviousNext