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

Commit

Permalink
Merge pull request #305 from Omranic/patch-1
Browse files Browse the repository at this point in the history
Support Auto-Discovery
  • Loading branch information
igorsantos07 authored Oct 3, 2018
2 parents 1466046 + 89ce5f8 commit 756a605
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 756a605

Please sign in to comment.