Skip to content

Commit

Permalink
Support Laravel 5.5 Auto Discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
nox0121 committed Feb 13, 2018
1 parent 79162a1 commit e95e638
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@

`composer require nox0121/laravel-env-sync-command`

### 設定 app.confg
### 設定 app.confg (Laravel 5.5 以上版本不需設定)

'providers' => [
...
Expand Down
7 changes: 7 additions & 0 deletions composer.json
Expand Up @@ -17,5 +17,12 @@
"psr-4": {
"Nox0121\\LaravelEnvSyncCommand\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Nox0121\\LaravelEnvSyncCommand\\LaravelEnvSyncCommandServiceProvider"
]
}
}
}

0 comments on commit e95e638

Please sign in to comment.