Skip to content

Commit

Permalink
feature: update laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
caouecs authored Sep 15, 2020
1 parent e2a4697 commit a8a29fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Install the Laravel-lang package to your Laravel project with composer using com

| Laravel version | Composer command |
|-------------------------------------|---------------------------------------------------|
| Laravel 8.x | `composer require laravel-lang/lang:~7.0` |
| Laravel 7.x and new directory names | `composer require laravel-lang/lang:~7.0` |
| Laravel 7.x | `composer require laravel-lang/lang:~6.1` |
| Laravel 6.x | `composer require laravel-lang/lang:~5.0` |
Expand All @@ -35,7 +36,7 @@ Copy the folders (and JSON files) of languages that you want to use, into the di
* Or download the [zip file](https://github.com/Laravel-Lang/lang/archive/master.zip)
* Choose the branch:
* `laravel4` for Laravel 4 project
* `master` for Laravel 5, 6, 7 projects
* `master` for Laravel 5, 6, 7, 8 projects
* Copy the folders of languages that you want, in `resources/lang` folder of your Laravel application (or `app/lang` in Laravel 4).

### Via SVN
Expand Down

0 comments on commit a8a29fc

Please sign in to comment.