Skip to content

Commit c73e3f6

Browse files
Omranicfreekmurze
authored andcommitted
Support Auto-Discovery (#116)
1 parent 3b95780 commit c73e3f6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,15 @@
4848
},
4949
"config": {
5050
"sort-packages": true
51+
},
52+
"extra": {
53+
"laravel": {
54+
"providers": [
55+
"Spatie\\Fractal\\FractalServiceProvider"
56+
],
57+
"aliases": {
58+
"Fractal": "Spatie\\Fractal\\FractalFacade"
59+
}
60+
}
5161
}
5262
}

0 commit comments

Comments
 (0)