Config update

This commit is contained in:
MakingCG
2020-03-15 10:55:32 +01:00
parent 515e8ef5ef
commit dc74020f2d
12 changed files with 15 additions and 965 deletions

View File

@@ -16,6 +16,8 @@
<script>
let config = {
app_name: '{{ config('vuefilemanager.app_name') }}',
app_logo: '{{ asset(config('vuefilemanager.app_logo')) }}',
api: '{{ url('/api') }}',
hasAuthCookie: {{ Cookie::has('token') ? 1 : 0 }},
userRegistration: {{ config('vuefilemanager.registration') ? 1 : 0 }},