Skip to content

Commit efddd35

Browse files
committed
add L5.8 support
1 parent 5ba555e commit efddd35

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=7.1.3",
15-
"laravelcollective/html": "^5.4|^5.5|^5.6|^5.7"
15+
"laravelcollective/html": "^5.4|^5.5|^5.6|^5.7|^5.8"
1616
},
1717
"autoload": {
1818
"psr-4": {

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
### About
2222
A Users Management CRUD [Package](https://packagist.org/packages/jeremykenedy/laravel-users) that includes all necessary routes, views, models, and controllers for a user management dashboard and associated pages for managing Laravels built in user scaffolding.
2323
Easily start creating, updating, editing, and deleting users in minutes with minimal setup required; Easily search all users, helpful for large user bases.
24-
Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, and 5.7. This package is easily configurable and customizable.
24+
Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, and 5.8. This package is easily configurable and customizable.
2525

2626
Laravel users can work out the box with or without the following roles packages:
2727
* [jeremykenedy/laravel-roles](https://github.com/jeremykenedy/laravel-roles)
@@ -44,12 +44,12 @@ Laravel users can work out the box with or without the following roles packages:
4444

4545

4646
### Requirements
47-
* [Laravel 5.2, 5.3, 5.4, 5.5, 5.6, and 5.7](https://laravel.com/docs/installation)
47+
* [Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, and 5.8](https://laravel.com/docs/installation)
4848

4949
### Installation Instructions
5050
1. From your projects root folder in terminal run:
5151

52-
Laravel 5.6 and 5.7+ use:
52+
Laravel 5.6, 5.7, and 5.8+ use:
5353

5454
```
5555
composer require jeremykenedy/laravel-users

0 commit comments

Comments
 (0)