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 1212 <p align =" center " >
1313
1414 <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>
1716 </p >
1817
1918This 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 = {
99 searchPlaceholder : "Search..." ,
1010 themeConfig : {
1111 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+ // ],
1818 sidebar : [
1919 {
2020 title : "Get Started" , // required
2121 collapsable : false ,
22- children : [ "/installation" , "publish" , "version-guidance" ]
22+ children : [
23+ "/installation" ,
24+ "publish" ,
25+ "version-guidance" ,
26+ [ "tutorials" , "Tutorials" ]
27+ ]
2328 } ,
2429 {
2530 title : "Settings" ,
@@ -28,7 +33,7 @@ module.exports = {
2833 } ,
2934 {
3035 title : "Role & Permissions" ,
31- collapsable : false ,
36+ collapsable : true ,
3237 children : [ "roles" , "permissions" ]
3338 } ,
3439 {
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