githubEdit

๐ŸŒ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 herearrow-up-right.

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

Consult Laravel documentationarrow-up-right for learn more about localization.

Last updated