Skip to content

Commit

Permalink
Update to Laravel 5.8 (#422)
Browse files Browse the repository at this point in the history
* Update tests to match laravel 5.8 tests

* Readme update

* Update Readme
  • Loading branch information
manelgavalda authored Apr 3, 2020
1 parent a47a047 commit 13c999c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,17 @@ Please be sure to check you environment.
## Optional requirements
* [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.

## Laravel 5.8

This package works smoothly with Laravel 5.8 with 6.2 version.

## Laravel 5.7

Compatible with Laravel 5.7.
This package works smoothly with Laravel 5.7 with 6.1 version.

## Laravel 5.6

This package works smoothly with Laravel 5.6 with 6.0+ versions.
This package works smoothly with Laravel 5.6 with 6.1 version.

## Laravel 5.5

Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/AcachaAdminLTELaravelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AcachaAdminLTELaravelTest extends TestCase
/**
* Set up tests.
*/
public function setUp()
public function setUp(): void
{
parent::setUp();
App::setLocale('en');
Expand Down

0 comments on commit 13c999c

Please sign in to comment.