Skip to content

Commit

Permalink
Merge pull request #66 from Generation4/laravel_8_support
Browse files Browse the repository at this point in the history
Support Laravel version 8.x
  • Loading branch information
kg-bot committed Sep 22, 2020
2 parents 80305fd + b4235f9 commit 2b62833
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Just require this package with composer.
composer require kg-bot/laravel-localization-to-vue
```

### Laravel 8.0+
Laravel 8.0 require minimum of PHP 7.3. make sure you have at least PHP 7.3 before running composer.

### Laravel 5.5+

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kg-bot/laravel-localization-to-vue",
"description": "Laravel package used to collect all localization files from resources/lang (and custom) directories and sub-directories and make them available as JSON file",
"require": {
"laravel/framework": "5.*|^6|^7",
"laravel/framework": "5.*|^6|^7|^8",
"ext-json": "*"
},
"keywords": [
Expand Down

0 comments on commit 2b62833

Please sign in to comment.