You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-24Lines changed: 12 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -38,36 +38,24 @@ Laravel 5 is released!!
38
38
39
39
## Installation
40
40
41
-
### Composer
41
+
Install the package via composer: `composer require mcamara/laravel-localization`
42
42
43
-
Add Laravel Localization to your `composer.json` file.
44
-
45
-
"mcamara/laravel-localization": "1.2.*"
46
-
47
-
Run `composer install` to get the latest version of the package.
48
-
49
-
### Manually
50
-
51
-
It's recommended that you use Composer, however you can download and install from this repository.
52
-
53
-
### Laravel
54
-
55
-
Laravel Localization comes with a service provider for Laravel. You'll need to add it to your `composer.json` as mentioned in the above steps, then register the service provider with your application.
56
-
57
-
Open `config/app.php` and find the `providers` key. Add `LaravelLocalizationServiceProvider` to the array.
0 commit comments