🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:GuestLayout.vue
<script setup> import ApplicationLogo from '@/Components/ApplicationLogo.vue'; import { Link } from '@inertiajs/vue3'; </script> <template> <div class="flex min-h-screen flex-col items-center bg-gray-100 pt-6 sm:justify-center sm:pt-0 dark:bg-gray-900" > <div> <Link href="/"> <ApplicationLogo class="h-20 w-20 fill-current text-gray-500" /> </Link> </div> <div class="mt-6 w-full overflow-hidden bg-white px-6 py-4 shadow-md sm:max-w-md sm:rounded-lg dark:bg-gray-800" > <slot /> </div> </div> </template>
Save Changes
Cancel
Create New File
Create New Folder