Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Commit 57b0d10

Browse files
Merge pull request #8 from InfyOmLabs/master
Merge Master to latest 3.x
2 parents f000224 + d76455f commit 57b0d10

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
open_collective: infyomlabs

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This package also provides support for Laravel Fortify for authentication scaffo
5151

5252
Run a command,
5353

54-
`php artisan ui adminlte-stisla --auth`
54+
`php artisan ui stisla-fortify --auth`
5555

5656
And then run,
5757

@@ -82,7 +82,7 @@ You can support us by either sponsoring us or buying one of our paid products. O
8282

8383
### Buy our Paid Products
8484

85-
[![InfyJobs](https://assets.infyom.com/open-source/infyjobs-banner.png)](https://bit.ly/3gXar4F)
85+
[![InfyJobs](https://assets.infyom.com/open-source/infyjobs-banner.png)](https://1.envato.market/P0ONVj)
8686

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

@@ -98,6 +98,13 @@ You can also check out our other paid products on [CodeCanyon](https://codecanyo
9898

9999
Also, Do not forget to add your website to [Made with InfyOm Generator List](https://github.com/InfyOmLabs/laravel-generator/blob/develop/made-with-generator.md) list.
100100

101+
## Video Tutorials
102+
103+
Checkout Video Tutorial - **By**: [Shailesh Ladumor](https://github.com/shailesh-ladumor)
104+
105+
|[<img src="https://img.youtube.com/vi/6cxIGi-Ff8o/0.jpg" width="480">](https://youtu.be/6cxIGi-Ff8o)|[<img src="https://img.youtube.com/vi/DjK9jPDdcR0/0.jpg" width="480">](https://youtu.be/DjK9jPDdcR0)|
106+
|---|---|
107+
101108
## Screenshots
102109

103110
### Login

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.3",
18+
"php": "^7.3|^8.0",
1919
"illuminate/support": "^8.0",
2020
"infyomlabs/laravel-generator-helpers": "^3.0",
2121
"laravel/ui": "^3.0"
@@ -32,5 +32,11 @@
3232
"InfyOm\\StislaPreset\\FortifyStislaPresetServiceProvider"
3333
]
3434
}
35-
}
35+
},
36+
"funding": [
37+
{
38+
"type": "opencollective",
39+
"url": "https://opencollective.com/infyomlabs"
40+
}
41+
]
3642
}

0 commit comments

Comments
 (0)