We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd07f3 commit 632cf18Copy full SHA for 632cf18
CHANGELOG.md
@@ -5,3 +5,7 @@ All notable changes to `laravel-artisan-translations` will be documented in this
5
## 1.0.0 - 2017-06-01
6
7
- initial release
8
+
9
+## 1.0.1 - 2017-06-01
10
11
+- Support Auto-Discovery
composer.json
@@ -26,15 +26,11 @@
26
"Typidesign\\Translations\\": "src"
27
}
28
},
29
- "autoload-dev": {
30
- "psr-4": {
31
- "Typidesign\\Translations\\Test\\": "tests"
+ "extra": {
+ "laravel": {
+ "providers": [
32
+ "Typidesign\\Translations\\ArtisanTranslationsServiceProvider"
33
+ ]
34
- },
- "scripts": {
35
- "test": "vendor/bin/phpunit"
36
37
- "config": {
38
- "sort-packages": true
39
40
0 commit comments