X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/platform/plugins/translation/config
home
/
gfecatvj
/
sites
/
realesbar
/
platform
/
plugins
/
translation
/
config
/
📁
..
📄
general.php
(924 B)
📄
permissions.php
(244 B)
Editing: general.php
<?php return [ /* |-------------------------------------------------------------------------- | Routes group config |-------------------------------------------------------------------------- | | The default group settings for the elFinder routes. | */ 'route' => [ 'prefix' => 'translations', 'middleware' => 'auth', ], /** * Enable deletion of translations * * @type boolean */ 'delete_enabled' => true, /** * Exclude specific groups from Laravel Translation Manager. * This is useful if, for example, you want to avoid editing the official Laravel language files. * * @type array * * array( * 'pagination', * 'reminders', * 'validation', * ) */ 'exclude_groups' => [], 'assets_dir' => '/vendor/core/plugins/translation', ];
Upload File
Create Folder