Skip to content

Commit e42eb9e

Browse files
authored
Merge pull request #21 from Pezhvak/patch-1
added package auto discovery
2 parents 322fd46 + 167ffa2 commit e42eb9e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,15 @@
1515
"Mavinoo\\LaravelBatch\\": "src/"
1616
}
1717
},
18+
"extra": {
19+
"laravel": {
20+
"providers": [
21+
"Mavinoo\\LaravelBatch\\LaravelBatchServiceProvider"
22+
],
23+
"aliases": {
24+
"Batch": "Mavinoo\\LaravelBatch\\LaravelBatchFacade"
25+
}
26+
}
27+
},
1828
"minimum-stability": "dev"
1929
}

0 commit comments

Comments
 (0)