Skip to content

Commit 9118388

Browse files
committed
added: laravel 5.7 support
1 parent 0c926fe commit 9118388

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require": {
2121
"php": ">=7.1.3",
22-
"laravel/framework": "5.6.*",
22+
"laravel/framework": "5.7.*",
2323
"ckeditor/ckeditor": "4.*"
2424
},
2525
"require-dev": {

readme.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,16 @@ New Version
1818

1919
## Composer
2020

21-
To install Administrator as a Composer package to be used with Laravel 5.6, simply run:
21+
To install Administrator as a Composer package to be used with Laravel 5.7, simply run:
2222

2323
```sh
24-
composer require "exodusanto/administrator: 5.6.*"
24+
composer require "exodusanto/administrator: 5.7.*"
2525
```
2626

27-
To install Administrator as a Composer package to be used with Laravel 5.5, simply run:
28-
29-
```sh
30-
composer require "exodusanto/administrator: 5.5.*"
31-
```
32-
33-
To install Administrator as a Composer package to be used with Laravel 5.4, simply run:
34-
35-
```sh
36-
composer require "exodusanto/administrator: 5.4.*"
37-
```
38-
39-
To install Administrator as a Composer package to be used with Laravel 5, simply run:
27+
To install Administrator as a Composer package to be used with Laravel 5.6, simply run:
4028

4129
```sh
42-
composer require "exodusanto/administrator: 5.*"
30+
composer require "exodusanto/administrator: 5.6.*"
4331
```
4432

4533
Once it's installed, you can register the service provider in `config/app.php` in the `providers` array:
@@ -87,6 +75,9 @@ Administrator is released under the MIT License. See the LICENSE file for detail
8775

8876
## Recent Changelog
8977

78+
### 5.7.0
79+
- Support: Laravel 5.7
80+
9081
### 5.6.5
9182
- Added: Allow custom routes name (#23)
9283

0 commit comments

Comments
 (0)