Laravel Translations UI provides a simple way to manage your app translations using a friendly UI, It allows you to add, edit, delete and export translations, and it also provides search functionality to find translations. You may use the Composer package manager to install Laravel Translations UI into your Laravel project: composer require outhebox/laravel-translations After installing Laravel Translations UI, publish its assets using the following commands.
The Translations UI dashboard may be accessed at the /translations route.
This authorization gate controls access to Translations UI Dashboard in non-local environments.