File tree Expand file tree Collapse file tree 2 files changed +8
-17
lines changed Expand file tree Collapse file tree 2 files changed +8
-17
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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
4533Once 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
You can’t perform that action at this time.
0 commit comments