File tree Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 12
12
<p align =" center " >
13
13
14
14
<p align =" center " >
15
- <strong>For Web version documentation, visit <a href="https://bitfumes.github.io/laravel-multiauth/">Here</a></strong>.
16
- <strong>For API version documentation, visit <a href="https://bitfumes.github.io/laravel-multiauth/">Here</a></strong>.
15
+ <strong>For Complete Documentation, visit <a href="https://bitfumes.github.io/laravel-multiauth/">Here</a></strong>
17
16
</p >
18
17
19
18
This package is just create admin side (multi auth), which is totaly isolated from your normal auth ( which we create using php artisan make: auth )
Original file line number Diff line number Diff line change @@ -9,17 +9,22 @@ module.exports = {
9
9
searchPlaceholder : "Search..." ,
10
10
themeConfig : {
11
11
repo : "bitfumes/laravel-multiauth" ,
12
- nav : [
13
- {
14
- text : "Changelog" ,
15
- link : "/changelog"
16
- }
17
- ] ,
12
+ // nav: [
13
+ // {
14
+ // text: "Changelog",
15
+ // link: "/changelog"
16
+ // }
17
+ // ],
18
18
sidebar : [
19
19
{
20
20
title : "Get Started" , // required
21
21
collapsable : false ,
22
- children : [ "/installation" , "publish" , "version-guidance" ]
22
+ children : [
23
+ "/installation" ,
24
+ "publish" ,
25
+ "version-guidance" ,
26
+ [ "tutorials" , "Tutorials" ]
27
+ ]
23
28
} ,
24
29
{
25
30
title : "Settings" ,
@@ -28,7 +33,7 @@ module.exports = {
28
33
} ,
29
34
{
30
35
title : "Role & Permissions" ,
31
- collapsable : false ,
36
+ collapsable : true ,
32
37
children : [ "roles" , "permissions" ]
33
38
} ,
34
39
{
Original file line number Diff line number Diff line change
1
+ # Tutorial for this package
2
+
3
+ Check out full tutorial on this package
4
+ [ ![ Introduction] ( https://i.ytimg.com/vi/imv1HOoqA7Q/hqdefault.jpg )] ( https://www.youtube.com/playlist?list=PLe30vg_FG4OTLbosXSRpwWLNW_i4JDxjA )
You can’t perform that action at this time.
0 commit comments