Skip to content

Commit 4e2e194

Browse files
chore(identify): Add package auto-discovery
1 parent e34df63 commit 4e2e194

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,15 @@
3333
},
3434
"scripts": {
3535
"test": "vendor/bin/phpunit"
36-
}
36+
},
37+
"extra": {
38+
"laravel": {
39+
"providers": [
40+
"Unicodeveloper\\Identify\\IdentifyServiceProvider",
41+
],
42+
"aliases": {
43+
"Identify": "Unicodeveloper\\Identify\\Facade"
44+
}
45+
}
46+
},
3747
}

0 commit comments

Comments
 (0)