Skip to content

Commit da6642d

Browse files
authored
Update readme.md
1 parent da15e5f commit da6642d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 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, and 5.6+. This package is easily configurable and customizable.
24+
Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, and 5.7. 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)
@@ -34,22 +34,22 @@ Laravel users can work out the box with or without the following roles packages:
3434
| Laravel Users Features |
3535
| :------------ |
3636
|Full CRUD of Laravel Users|
37-
|Works with built in [auth scaffolding](https://laravel.com/docs/5.6/authentication)|
37+
|Works with built in [auth scaffolding](https://laravel.com/docs/5.7/authentication)|
3838
|Works with various [Roles/ACL Packages](https://github.com/jeremykenedy/laravel-roles)|
39-
|Uses [Language localization](https://laravel.com/docs/5.6/localization) File System|
39+
|Uses [Language localization](https://laravel.com/docs/5.7/localization) File System|
4040
|Uses [font awesome](https://fontawesome.com/icons), cdn can be optionally called in config|
41-
|Can use built in [pagination](https://laravel.com/docs/5.6/pagination) and/or [datatables.js](https://datatables.net/)|
41+
|Can use built in [pagination](https://laravel.com/docs/5.7/pagination) and/or [datatables.js](https://datatables.net/)|
4242
|Can search all users by name, id, or email|
4343
|Lots of [configuration](#configuration) options|
4444

4545

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

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

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

5454
```
5555
composer require jeremykenedy/laravel-users
@@ -79,7 +79,7 @@ Laravel users can work out the box with or without the following roles packages:
7979
```
8080
8181
2. Register Package
82-
* Laravel 5.5 and up
82+
* Laravel 5.5, 5.6, and 5.7+
8383
Uses package auto discovery feature, no need to edit the `config/app.php` file.
8484
8585
* Laravel 5.4 and below
@@ -294,7 +294,7 @@ laravel-users/
294294

295295
### Opening an Issue
296296
Before opening an issue there are a couple of considerations:
297-
* If you did not **star this repo** *I will close your issue immediatly without consideration.* **My time is valuable**.
297+
* If you did not **star this repo** *I will close your issue immediatly without consideration.*
298298
* **Read the instructions** and make sure all steps were *followed correctly*.
299299
* **Check** that the issue is not *specific to your development environment* setup.
300300
* **Provide** *duplication steps*.

0 commit comments

Comments
 (0)