variety of premium plugins

Learn More

translatable-pro

Translatable Pro is a premium package, get your license here

On this page

Configuration

to publish the configuration:

1php artisan vendor:publish --tag=zeus-translatable-pro-config

this is the content of the config file:

1return [
2 'languages' => [
3 ['name' => 'English', 'code' => 'en'],
4 ],
5 
6 'lang_switcher' => [
7 'enabled' => true,
8 ],
9];