Skip to content

Commit 536c483

Browse files
authored
Update readme.md
1 parent b0966ba commit 536c483

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

readme.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Laravel-Users | A Laravel Users CRUD Management [Package](https://packagist.org/packages/jeremykenedy/laravel-users)
1+
![Laravel Users](https://github-project-images.s3-us-west-2.amazonaws.com/laravel-blocker/laravel-users-logo.png)
2+
3+
# Laravel Users | A Laravel Users CRUD Management [Package](https://packagist.org/packages/jeremykenedy/laravel-users)
4+
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.
5+
Easily start creating, updating, editing, and deleting users in minutes with minimal setup required; Easily search all users, helpful for large user bases.
26

37
[![Latest Stable Version](https://poser.pugx.org/jeremykenedy/laravel-users/v/stable.svg)](https://packagist.org/packages/jeremykenedy/laravel-users)
48
[![Total Downloads](https://poser.pugx.org/jeremykenedy/laravel-users/d/total.svg)](https://packagist.org/packages/jeremykenedy/laravel-users)
@@ -14,6 +18,7 @@
1418
- [About](#about)
1519
- [Features](#features)
1620
- [Requirements](#requirements)
21+
- [Integrations](#integrations)
1722
- [Installation Instructions](#installation-instructions)
1823
- [Configuration](#configuration)
1924
- [Routes](#routes)
@@ -22,17 +27,6 @@
2227
- [Opening an Issue](#opening-an-issue)
2328
- [License](#license)
2429

25-
### About
26-
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.
27-
Easily start creating, updating, editing, and deleting users in minutes with minimal setup required; Easily search all users, helpful for large user bases.
28-
Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6.0, and 7.0. This package is easily configurable and customizable.
29-
30-
Laravel users can work out the box with or without the following roles packages:
31-
* [jeremykenedy/laravel-roles](https://github.com/jeremykenedy/laravel-roles)
32-
* [Zizaco/entrust](https://github.com/Zizaco/entrust)
33-
* [romanbican/roles](https://github.com/romanbican/roles)
34-
* [ultraware/roles](https://github.com/ultraware/roles)
35-
3630
### Features
3731
| Laravel Users Features |
3832
| :------------ |
@@ -47,7 +41,14 @@ Laravel users can work out the box with or without the following roles packages:
4741

4842

4943
### Requirements
50-
* [Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, and 6.0](https://laravel.com/docs/installation)
44+
* [Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6, or 7+](https://laravel.com/docs/installation)
45+
46+
### Integrations
47+
Laravel users can work out the box with or without the following roles packages:
48+
* [jeremykenedy/laravel-roles](https://github.com/jeremykenedy/laravel-roles)
49+
* [Zizaco/entrust](https://github.com/Zizaco/entrust)
50+
* [romanbican/roles](https://github.com/romanbican/roles)
51+
* [ultraware/roles](https://github.com/ultraware/roles)
5152

5253
### Installation Instructions
5354
1. From your projects root folder in terminal run:
@@ -310,4 +311,4 @@ Before opening an issue there are a couple of considerations:
310311
* Please be considerate that this is an open source project that I provide to the community for FREE when opening an issue.
311312

312313
### License
313-
Laravel-Users | A Laravel Users Management Package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT). Enjoy!
314+
Laravel Users | A Laravel Users Management Package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT). Enjoy!

0 commit comments

Comments
 (0)