Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Support Auto-Discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic authored Jun 21, 2017
1 parent da46877 commit 89ce5f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,15 @@
"LaravelArdent\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"LaravelArdent\\Ardent\\Providers\\ArdentServiceProvider"
],
"aliases": {
"Ardent": "LaravelArdent\\Ardent\\Facades\\Ardent"
}
}
},
"minimum-stability": "dev"
}

0 comments on commit 89ce5f8

Please sign in to comment.