After publishing the package config file :
// config/laravel-lang.php
<?php
return [
/* -----------------------------------------------------------------
| The vendor path
| -----------------------------------------------------------------
*/
/** @link https://github.com/Laravel-Lang/lang */
'vendor' => [
base_path('vendor/laravel-lang/lang/locales'),
],
/* -----------------------------------------------------------------
| Supported locales
| -----------------------------------------------------------------
| If you want to limit your translations, set your supported locales list.
*/
'locales' => [
//
],
/* -----------------------------------------------------------------
| Check Settings
| -----------------------------------------------------------------
*/
'check' => [
'ignore' => [
'validation.custom',
'validation.attributes',
],
],
];