Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Add autodiscovery
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrankHank committed Jan 21, 2018
1 parent 81fbe9f commit 2daf2a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This Laravel package helps you with deploying updates to your application.
## Installation
> composer require mrcrankhank/laravel-update
Add the service provider to the 'providers' array in config/app.php:
If you run Laravel <= 5.4, add the service provider to the 'providers' array in config/app.php:
> MrCrankHank\LaravelUpdate\UpdateServiceProvider
Publish config file
Expand Down
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,12 @@
"psr-4": {
"MrCrankHank\\LaravelUpdate\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"MrCrankHank\\LaravelUpdate\\UpdateServiceProvider"
]
}
}
}

0 comments on commit 2daf2a6

Please sign in to comment.