Skip to content

Commit 8c6b713

Browse files
committed
updates
1 parent a81610f commit 8c6b713

File tree

9 files changed

+8
-9
lines changed

9 files changed

+8
-9
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,16 @@ Or for production,
3434

3535
### Login
3636

37-
![Login](https://raw.githubusercontent.com/Proycer/laravel-ui-tabler/main/screenshots/Login.png)
37+
![Login](https://raw.githubusercontent.com/Proycer/laravel-ui-tabler/main/screenshots/login.png)
3838

3939
### Register
4040

41-
![Register](https://raw.github.com/InfyOmLabs/laravel-ui-adminlte/master/screenshots/Register.png)
41+
![Register](https://raw.githubusercontent.com/Proycer/laravel-ui-tabler/main/screenshots/register.png)
4242

4343
### Reset Password Form
4444

45-
![Reset Password Form](https://raw.github.com/InfyOmLabs/laravel-ui-adminlte/master/screenshots/Reset-Password-Form.png)
46-
47-
### Reset Password
48-
49-
![Reset Password](https://raw.github.com/InfyOmLabs/laravel-ui-adminlte/master/screenshots/Reset-Password.png)
45+
![Reset Password Form](https://raw.githubusercontent.com/Proycer/laravel-ui-tabler/main/screenshots/reset.png)
5046

5147
### Admin Layout
5248

53-
![Reset Password](https://raw.github.com/InfyOmLabs/laravel-ui-adminlte/master/screenshots/Admin-Layout.png)
49+
![Reset Password](https://raw.githubusercontent.com/Proycer/laravel-ui-tabler/main/screenshots/layout.png)

screenshots/Admin-Layout.png

-54.5 KB
Binary file not shown.

screenshots/Login.png

-7.18 KB
Loading

screenshots/Register.png

-8.09 KB
Loading
-34.7 KB
Binary file not shown.

screenshots/Reset-Password.png

-30.6 KB
Binary file not shown.

screenshots/layout.png

18.4 KB
Loading

screenshots/reset.png

22.1 KB
Loading

tabler-stubs/layouts/navbar.blade.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,17 @@
4747
Options
4848
</a>
4949
<div class="dropdown-divider"></div>
50-
<a class="dropdown-item" href="{{ route('logout') }}">
50+
<a class="dropdown-item" href="{{ route('logout') }}" onclick="event.preventDefault();document.getElementById('logout-form').submit();">
5151
<svg xmlns="http://www.w3.org/2000/svg" class="icon dropdown-item-icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
5252
<path stroke="none" d="M0 0h24v24H0z" />
5353
<line x1="12" y1="5" x2="12" y2="19" />
5454
<line x1="5" y1="12" x2="19" y2="12" />
5555
</svg>
5656
Logout
5757
</a>
58+
<form id="logout-form" action="{{ route('logout') }}" method="POST" style="display: none;">
59+
@csrf
60+
</form>
5861
</div>
5962
</div>
6063
</div>

0 commit comments

Comments
 (0)