From 2bf33e5a31820ffdb13fb4b92faf804e18b36691 Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Sun, 5 May 2024 08:25:29 -0400 Subject: [PATCH] Adding updates to pages if auth config is not published --- README.md | 2 +- .../setup/config-notification.blade.php | 10 ++- .../pages/auth/setup/appearance.blade.php | 80 ++++++++++--------- .../views/pages/auth/setup/index.blade.php | 4 +- .../views/pages/auth/setup/language.blade.php | 36 +++++++++ .../pages/auth/setup/providers.blade.php | 69 ++++++++-------- .../views/pages/auth/setup/settings.blade.php | 32 +++++--- 7 files changed, 146 insertions(+), 87 deletions(-) create mode 100644 resources/views/pages/auth/setup/language.blade.php diff --git a/README.md b/README.md index 21d1c18..db34e13 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Auth has just been isntalled and you'll be able to visit the following authentic ## Auth Config -You may also want to publish the auth config by running the following: +You will also need to publish the auth config by running the following: ``` php artisan vendor:publish --tag=auth:config diff --git a/resources/views/components/setup/config-notification.blade.php b/resources/views/components/setup/config-notification.blade.php index d9421f9..2bc522e 100644 --- a/resources/views/components/setup/config-notification.blade.php +++ b/resources/views/components/setup/config-notification.blade.php @@ -1,5 +1,7 @@ -
- -
Auth configurations have not been published
-
This is the subtext for your alert message, providing important information or instructions.
+
+ +
Auth configurations have not been published
+
+ You need to publish the authentication configs in order to change setup configurations. +
\ No newline at end of file diff --git a/resources/views/pages/auth/setup/appearance.blade.php b/resources/views/pages/auth/setup/appearance.blade.php index b18199f..48741e8 100644 --- a/resources/views/pages/auth/setup/appearance.blade.php +++ b/resources/views/pages/auth/setup/appearance.blade.php @@ -58,43 +58,51 @@ public function update($key, $value){ -
-
- - - -
-