Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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