X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/resources/lang/vendor/core/base/en
home
/
gfecatvj
/
sites
/
restate
/
resources
/
lang
/
vendor
/
core
/
base
/
en
/
📁
..
📄
base.php
(355 B)
📄
cache.php
(1.37 KB)
📄
enums.php
(228 B)
📄
errors.php
(1.33 KB)
📄
forms.php
(2 KB)
📄
layouts.php
(948 B)
📄
mail.php
(59 B)
📄
notices.php
(684 B)
📄
system.php
(4.03 KB)
📄
tables.php
(2.63 KB)
📄
tabs.php
(156 B)
Editing: cache.php
<?php return [ 'cache_management' => 'Cache management', 'cache_commands' => 'Clear cache commands', 'commands' => [ 'clear_cms_cache' => [ 'title' => 'Clear all CMS cache', 'description' => 'Clear CMS caching: database caching, static blocks... Run this command when you don\'t see the changes after updating data.', 'success_msg' => 'Cache cleaned', ], 'refresh_compiled_views' => [ 'title' => 'Refresh compiled views', 'description' => 'Clear compiled views to make views up to date.', 'success_msg' => 'Cache view refreshed', ], 'clear_config_cache' => [ 'title' => 'Clear config cache', 'description' => 'You might need to refresh the config caching when you change something on production environment.', 'success_msg' => 'Config cache cleaned', ], 'clear_route_cache' => [ 'title' => 'Clear route cache', 'description' => 'Clear cache routing.', 'success_msg' => 'The route cache has been cleaned', ], 'clear_log' => [ 'title' => 'Clear log', 'description' => 'Clear system log files', 'success_msg' => 'The system log has been cleaned', ], ], ];
Upload File
Create Folder