diff --git a/resources/views/admin/settings/home.blade.php b/resources/views/admin/settings/home.blade.php index 2b1168699..1779f40b2 100644 --- a/resources/views/admin/settings/home.blade.php +++ b/resources/views/admin/settings/home.blade.php @@ -5,6 +5,7 @@ @section('section')

Settings

+@if(config('instance.enable_cc'))

Manage instance settings.

Warning: These settings will override .env variables

@@ -172,4 +173,11 @@ +@else + +
+

Not enabled

+

Add ENABLE_CONFIG_CACHE=true in your .env file
and run php artisan config:cache

+
+@endif @endsection