-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,9 @@ Translation your Laravel languages files using a Google Spreadsheet. | |
```bash | ||
$ php artisan vendor:publish --provider="Nikaia\TranslationSheet\ServiceProvider" | ||
``` | ||
|
||
### Requirements | ||
Laravel 5.1 | 5.2 | 5.3 | ||
|
||
## Configuration | ||
|
||
|
@@ -144,6 +147,8 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen | |
$ composer test | ||
``` | ||
|
||
_N.B : You need a valid service-account.json file to run tests._ | ||
|
||
## Security | ||
|
||
If you discover any security related issues, please email [email protected] instead of using the issue tracker. | ||
|