Skip to content

Commit 1b9f73f

Browse files
committed
Merge branch 'master' into 3.x
# Conflicts: # README.md
2 parents ef7c4cb + fcf3cb9 commit 1b9f73f

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You can support us by either sponsoring us or buying one of our paid products. O
8181

8282
### Buy our Paid Products
8383

84-
[![InfyChat](https://assets.infyom.com/open-source/infychat-banner.png)](https://bit.ly/3gYLWny)
84+
[![InfyChat](https://assets.infyom.com/open-source/infychat-banner.png)](https://1.envato.market/jWeAmM)
8585

8686
You can also check out our other paid products on [CodeCanyon](https://codecanyon.net/user/infyomlabs/portfolio).
8787

@@ -103,6 +103,10 @@ Checkout Video Tutorial - **By**: [Shailesh Ladumor](https://github.com/shailesh
103103

104104
[<img src="https://img.youtube.com/vi/jA7hr2gE9yc/0.jpg" width="480">](https://youtu.be/jA7hr2gE9yc)
105105

106+
Checkout Laravel Fortify Video Tutorial
107+
108+
[<img src="https://img.youtube.com/vi/2lHFnYLTHSI/0.jpg" width="480">](https://youtu.be/2lHFnYLTHSI)
109+
106110
## Screenshots
107111

108112
### Login

adminlte-stubs/auth/verify.blade.php

+7-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@
1515
@endif
1616
<p>Before proceeding, please check your email for a verification link.If you did not receive
1717
the email,</p>
18-
<a href="{{ route('verification.resend') }}">click here to request another'</a>.
18+
<a href="#"
19+
onclick="event.preventDefault(); document.getElementById('resend-form').submit();">
20+
click here to request another.
21+
</a>
22+
<form id="resend-form" action="{{ route('verification.resend') }}" method="POST" class="d-none">
23+
@csrf
24+
</form>
1925
</div>
2026
</div>
2127
</div>

adminlte-stubs/bootstrap/app.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
@import 'variables';
33

44
// Bootstrap
5-
@import '~admin-lte/build/scss/AdminLTE';
5+
@import '~admin-lte/build/scss/adminlte';

composer.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,11 @@
3232
"InfyOm\\AdminLTEPreset\\FortifyAdminLTEPresetServiceProvider"
3333
]
3434
}
35-
}
35+
},
36+
"funding": [
37+
{
38+
"type": "opencollective",
39+
"url": "https://opencollective.com/infyomlabs"
40+
}
41+
]
3642
}

0 commit comments

Comments
 (0)