Skip to content

Commit ad0eaff

Browse files
committed
Laravel 5.8 compatibility
1 parent 070ee19 commit ad0eaff

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"email": "[email protected]"
1313
}
1414
],
15-
"version": "5.0.0",
15+
"version": "6.0.0",
1616
"require": {
17-
"laravel/framework": "5.7.*",
17+
"laravel/framework": "5.8.*",
1818
"laravelcollective/html": "^5.4",
1919
"intervention/image": "^2.3",
2020
"yajra/laravel-datatables-oracle": "^6.18"

readme.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ Finally, see free alternatives in our article on Laravel News: [13 Laravel Admin
1010

1111

1212
## Package Requirements
13-
* Laravel `^5.7`
13+
* Laravel `^5.8`
14+
15+
### Laravel 5.7 users info!
16+
To use Quickadmin with Laravel Laravel 5.6 use branch `5.0.0`
1417

1518
### Laravel 5.6 users info!
1619
To use Quickadmin with Laravel Laravel 5.6 use branch `4.0.1`

0 commit comments

Comments
 (0)