Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c95d911

Browse files
committed
Package Auto-Discovery In Laravel 5.5
1 parent 55177a8 commit c95d911

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,12 @@
4040
"psr-4": {
4141
"Iconscout\\Auditing\\": "src/"
4242
}
43+
},
44+
"extra": {
45+
"laravel": {
46+
"providers": [
47+
"Iconscout\\Auditing\\ElasticSearchAuditingServiceProvider"
48+
]
49+
}
4350
}
4451
}

0 commit comments

Comments
 (0)