Skip to content
This repository was archived by the owner on Jul 3, 2018. It is now read-only.

Commit 4b29688

Browse files
committed
added facade autoloading for laravel 5.4+
1 parent d835f43 commit 4b29688

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
"laravel": {
3939
"providers": [
4040
"Okipa\\LaravelToggleSwitchButton\\ToggleSwitchButtonServiceProvider"
41-
]
41+
],
42+
"aliases": {
43+
"ToggleSwitchButton": "Okipa\\LaravelToggleSwitchButton\\Facades\\ToggleSwitchButton"
44+
}
4245
}
4346
},
4447
"minimum-stability": "stable"

0 commit comments

Comments
 (0)