You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Lock Profile | 404 Not Found | 500 Server Error | Documentation |
89
+
| --- | --- | --- | --- |
90
+
| [](https://volt-pro-laravel-admin-dashboard.updivision.com/lock) | [](https://volt-pro-laravel-admin-dashboard.updivision.com/404) | [](https://volt-pro-laravel-admin-dashboard.updivision.com/500) | [<imgsrc = "https://themesberg.s3.us-east-2.amazonaws.com/public/products/volt-laravel-dashboard/github/documentation.png"width = "85%">](https://volt-pro-laravel-admin-dashboard.updivision.com/documentation/getting-started/overview/index.html)
58
91
59
92
## Demo
60
93
@@ -148,9 +181,9 @@ If you input the wrong data when editing the profile, don't worry. Validation ru
148
181
149
182
### Sign in
150
183
151
-
You have the option to log in using the email and password. To access this page, just click the "**Laravel examples / Sign in**" link in the left sidebar or add **/login** in the URL.
184
+
You have the option to log in using the email and password. To access this page, just click the "**Laravel examples / Sign in**" link in the left sidebar or add **/sign-in** in the URL.
152
185
153
-
The `app/Http/Livewire/Auth/Login.php` handles the log in process and validation.
186
+
The `app/Http/Livewire/Auth/SignIn.php` handles the log in process and validation.
154
187
155
188
```
156
189
protected $rules = [
@@ -169,9 +202,9 @@ The `app/Http/Livewire/Auth/Login.php` handles the log in process and validation
169
202
170
203
### Sign up
171
204
172
-
You have the option to register an user using the email and password. To access this page, just click the "**Laravel examples / Sign up**" link in the left sidebar or add **/register** in the URL.
205
+
You have the option to register an user using the email and password. To access this page, just click the "**Laravel examples / Sign up**" link in the left sidebar or add **/sign-up** in the URL.
173
206
174
-
The `app/Http/Livewire/Auth/Register.php` handles the register process and validation.
207
+
The `app/Http/Livewire/Auth/SignUp.php` handles the register process and validation.
0 commit comments