🌍Localization

The default language of the package is English. However, you can localize the package to any language you wish, as we use Laravel's localization syntax for accessing words.

All the localizable words list can be found here.

// lang/es.json
{
    'Create' => 'Crear'
}

Consult Laravel documentation for learn more about localization.

Last updated