Skip to content

Commit 13c999c

Browse files
authored
Update to Laravel 5.8 (#422)
* Update tests to match laravel 5.8 tests * Readme update * Update Readme
1 parent a47a047 commit 13c999c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,17 @@ Please be sure to check you environment.
8888
## Optional requirements
8989
* [Laravel menu](https://github.com/spatie/laravel-menu): only used with command adminlte:menu that replaces default adminlte menu with a menu with spatie/laravel-menu support.
9090

91+
## Laravel 5.8
92+
93+
This package works smoothly with Laravel 5.8 with 6.2 version.
94+
9195
## Laravel 5.7
9296

93-
Compatible with Laravel 5.7.
97+
This package works smoothly with Laravel 5.7 with 6.1 version.
9498

9599
## Laravel 5.6
96100

97-
This package works smoothly with Laravel 5.6 with 6.0+ versions.
101+
This package works smoothly with Laravel 5.6 with 6.1 version.
98102

99103
## Laravel 5.5
100104

tests/Feature/AcachaAdminLTELaravelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class AcachaAdminLTELaravelTest extends TestCase
2020
/**
2121
* Set up tests.
2222
*/
23-
public function setUp()
23+
public function setUp(): void
2424
{
2525
parent::setUp();
2626
App::setLocale('en');

0 commit comments

Comments
 (0)