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 a8763b5 commit cb98484Copy full SHA for cb98484
README.md
@@ -5,8 +5,8 @@ In this repository, you can find the lang files for the framework PHP, [Laravel
5
## Install
6
7
#### Via Composer
8
- * For Laravel 5.2 : add `"caouecs/laravel-lang": "~3.0"` in your `composer.json` in "require"
9
- * For Laravel 5/5.1 : add `"caouecs/laravel4-lang": "~2.0"` in your `composer.json` in "require"
+ * For Laravel 5.* : add `"caouecs/laravel-lang": "~3.0"` in your `composer.json` in "require"
+ * For Laravel 5 : add `"caouecs/laravel4-lang": "~2.0"` in your `composer.json` in "require"
10
* For Laravel 4 : add `"caouecs/laravel4-lang": "~1.0"` in your `composer.json` in "require"
11
* Do "composer update"
12
* Files of languages are in "vendor/caouecs/laravel-lang" directory
0 commit comments