From 8f7c90657c827d50181b0d7c1d79d6bf1072aefb Mon Sep 17 00:00:00 2001 From: yungifez Date: Tue, 31 Jan 2023 07:55:33 +0000 Subject: [PATCH] Addded shortcut icon --- .env.example | 5 +---- config/app.php | 5 +++++ public/{favicons => favicon}/.gitignore | 0 .../views/components/partials/authentication-card.blade.php | 2 +- resources/views/layouts/app.blade.php | 1 + resources/views/layouts/guest.blade.php | 2 +- resources/views/livewire/layouts/header.blade.php | 4 ++-- resources/views/livewire/layouts/menu.blade.php | 2 +- 8 files changed, 12 insertions(+), 9 deletions(-) rename public/{favicons => favicon}/.gitignore (100%) diff --git a/.env.example b/.env.example index bff91038..6e236f36 100755 --- a/.env.example +++ b/.env.example @@ -55,7 +55,4 @@ VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" LOGO_PATH="img/logo/logo.jpg" -#customize portal look and feel see https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Layout-and-Styling-Configuration#admin-panel-classes - -ADMINLTE_CLASSES_SIDEBAR="sidebar-dark-primary elevation-4" -ADMINLTE_CLASSES_TOPNAV="navbar-white navbar-light" +#customize look and feel diff --git a/config/app.php b/config/app.php index 4a70a554..4645a11f 100755 --- a/config/app.php +++ b/config/app.php @@ -19,6 +19,11 @@ * Application logo. */ 'logo' => env('LOGO_PATH'), + + /** + * Application logo. + */ + 'favicon' => env('FAVICON_PATH', 'favicon/favicon.ico'), /* |-------------------------------------------------------------------------- | Application Environment diff --git a/public/favicons/.gitignore b/public/favicon/.gitignore similarity index 100% rename from public/favicons/.gitignore rename to public/favicon/.gitignore diff --git a/resources/views/components/partials/authentication-card.blade.php b/resources/views/components/partials/authentication-card.blade.php index 087076ee..26e7c6b9 100644 --- a/resources/views/components/partials/authentication-card.blade.php +++ b/resources/views/components/partials/authentication-card.blade.php @@ -1,6 +1,6 @@ @props(['class' => ''])
- +
{{$slot}}
diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index 06b85986..bce1e69d 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -5,6 +5,7 @@ + @yield('title', config('app.name', 'Skuul')) diff --git a/resources/views/layouts/guest.blade.php b/resources/views/layouts/guest.blade.php index 088e71b4..79acfebd 100644 --- a/resources/views/layouts/guest.blade.php +++ b/resources/views/layouts/guest.blade.php @@ -4,7 +4,7 @@ - + @yield('title', config('app.name', 'Skuul')) diff --git a/resources/views/livewire/layouts/header.blade.php b/resources/views/livewire/layouts/header.blade.php index 79cc4d85..b1bafa68 100644 --- a/resources/views/livewire/layouts/header.blade.php +++ b/resources/views/livewire/layouts/header.blade.php @@ -5,7 +5,7 @@
@@ -26,7 +26,7 @@ - + {{--User profile card--}}