PHPackages                             aaronrichards/laravel-users - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. aaronrichards/laravel-users

ActivePackage[Admin Panels](/categories/admin)

aaronrichards/laravel-users
===========================

Laravel User Management

v4.0.1(6y ago)038MITHTMLPHP &gt;=7.1.3

Since Feb 25Pushed 6y ago1 watchersCompare

[ Source](https://github.com/aaronrichards/laravel-users-crud)[ Packagist](https://packagist.org/packages/aaronrichards/laravel-users)[ RSS](/packages/aaronrichards-laravel-users/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (2)Versions (37)Used By (0)

Stock Laravel-Users | A Laravel Users CRUD Management
=====================================================

[](#stock-laravel-users--a-laravel-users-crud-management)

### About

[](#about)

Laravel users is based off [jeremykenedy/laravel-users](https://github.com/jeremykenedy/laravel-users). Workd out the box with or without the following roles packages:

- [jeremykenedy/laravel-roles](https://github.com/jeremykenedy/laravel-roles)
- [spatie/laravel-permission](https://github.com/spatie/laravel-permission)
- [Zizaco/entrust](https://github.com/Zizaco/entrust)
- [romanbican/roles](https://github.com/romanbican/roles)
- [ultraware/roles](https://github.com/ultraware/roles)

### Installation Instructions

[](#installation-instructions)

1. From your projects root folder in terminal run:

    Laravel 5.6, 5.7, and 5.8+ use:

    ```
        composer require aaronrichards/laravel-users

    ```
2. Publish the package config and language files by running the following from your projects root folder:

    ```
        php artisan vendor:publish --tag=laravelusers

    ```

### Routes

[](#routes)

- `/users`
- `/users/{id}`
- `/users/create`
- `/users/{id}/edit`

###### Routes In-depth

[](#routes-in-depth)

MethodURINameActionMiddlewareGET/HEADusersusersaaronrichards\\laravelusers\\app\\Http\\Controllers\\UsersManagementController@indexweb,authPOSTusersusers.storeaaronrichards\\laravelusers\\app\\Http\\Controllers\\UsersManagementController@storeweb,authGET/HEADusers/createusers.createaaronrichards\\laravelusers\\app\\Http\\Controllers\\UsersManagementController@createweb,authGET/HEADusers/{user}users.showaaronrichards\\laravelusers\\app\\Http\\Controllers\\UsersManagementController@showweb,authDELETEusers/{user}user.destroyaaronrichards\\laravelusers\\app\\Http\\Controllers\\UsersManagementController@destroyweb,authPUT/PATCHusers/{user}users.updateaaronrichards\\laravelusers\\app\\Http\\Controllers\\UsersManagementController@updateweb,authGET/HEADusers/{user}/editusers.editaaronrichards\\laravelusers\\app\\Http\\Controllers\\UsersManagementController@editweb,auth### License

[](#license)

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

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 75.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~31 days

Recently: every ~22 days

Total

30

Last Release

2459d ago

Major Versions

v0.0.3rc → v1.0.02017-02-25

v0.9.0 → v1.0.22017-05-20

v1.5.0 → v2.0.02018-02-10

v2.0.2 → v3.0.02018-02-24

v3.5.2 → v4.0.02019-08-16

PHP version history (3 changes)v0.0.1PHP &gt;=5.6.4

v2.0.1PHP &gt;=7.0.0

v3.0.1PHP &gt;=7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/2548166086555cafe6c8a4d7909bff984a9e70879fb756519bec65f1d76ee7df?d=identicon)[aaronrichards](/maintainers/aaronrichards)

---

Top Contributors

[![jeremykenedy](https://avatars.githubusercontent.com/u/6244570?v=4)](https://github.com/jeremykenedy "jeremykenedy (87 commits)")[![swimlappy](https://avatars.githubusercontent.com/u/3445492?v=4)](https://github.com/swimlappy "swimlappy (12 commits)")[![aaronrichards](https://avatars.githubusercontent.com/u/779026?v=4)](https://github.com/aaronrichards "aaronrichards (10 commits)")[![guifabrin](https://avatars.githubusercontent.com/u/30579757?v=4)](https://github.com/guifabrin "guifabrin (2 commits)")[![vmitchell85](https://avatars.githubusercontent.com/u/1248035?v=4)](https://github.com/vmitchell85 "vmitchell85 (1 commits)")[![bomoko](https://avatars.githubusercontent.com/u/297936?v=4)](https://github.com/bomoko "bomoko (1 commits)")[![RalphvK](https://avatars.githubusercontent.com/u/23699058?v=4)](https://github.com/RalphvK "RalphvK (1 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

laravelcrudmanagementUsers

### Embed Badge

![Health badge](/badges/aaronrichards-laravel-users/health.svg)

```
[![Health](https://phpackages.com/badges/aaronrichards-laravel-users/health.svg)](https://phpackages.com/packages/aaronrichards-laravel-users)
```

###  Alternatives

[jeremykenedy/laravel-users

Laravel Users Management CRUD Package

45190.0k1](/packages/jeremykenedy-laravel-users)[friendsofcake/crud-users

Adds basic users support to CakePHP applications that use the Crud plugin.

1711.7k1](/packages/friendsofcake-crud-users)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
