From 39da060d44a451764df70498ba5b68245122c5fb Mon Sep 17 00:00:00 2001 From: Ramakant Gangwar Date: Tue, 31 Jan 2023 10:16:05 +0530 Subject: [PATCH] ENV + welcome design fix + auth master override --- .env.example | 2 +- public/css/style.css | 4 + .../vendor/voyager/auth/master.blade.php | 81 +++++++++++++++++++ resources/views/welcome.blade.php | 1 + 4 files changed, 87 insertions(+), 1 deletion(-) create mode 100644 resources/views/vendor/voyager/auth/master.blade.php diff --git a/.env.example b/.env.example index bd5a807..5caa8e3 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ APP_NAME="Joy Voyager Crm Demo" -APP_DESCRIPTION="Joy Voyager modules demo integrated with Voyager." +APP_DESCRIPTION="Welcome to Joy Voyager Crm Demo. The Missing Admin for Laravel" APP_ENV=local APP_KEY= APP_DEBUG=true diff --git a/public/css/style.css b/public/css/style.css index 131c664..9c47f4b 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -112,6 +112,10 @@ body { z-index: 1; } +.notfound p.notfound-footer { + margin-top: 25px; +} + @media only screen and (max-width: 480px) { .notfound .notfound-404 { position: relative; diff --git a/resources/views/vendor/voyager/auth/master.blade.php b/resources/views/vendor/voyager/auth/master.blade.php new file mode 100644 index 0000000..15c04e2 --- /dev/null +++ b/resources/views/vendor/voyager/auth/master.blade.php @@ -0,0 +1,81 @@ + + + + + + + + + @yield('title', 'Admin - '.Voyager::setting("admin.title")) + + @if (__('voyager::generic.is_rtl') == 'true') + + + @endif + + + @yield('pre_css') + + + +
+
+
+ + + +
+
+@yield('post_js') + +@env(['local', 'demo']) + + + +@endenv + + diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index cc685ae..7576c0e 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -116,6 +116,7 @@ @endenv +