PHPackages                             hosseinkhodadadeh/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. hosseinkhodadadeh/laravel-users

ActivePackage[Admin Panels](/categories/admin)

hosseinkhodadadeh/laravel-users
===============================

Laravel Users Management CRUD Package

v3.3.0(7y ago)024MITPHP &gt;=7.1.3

Since Feb 25Compare

[ Source](https://github.com/hosseinkhodadadeh/laravel-users)[ Packagist](https://packagist.org/packages/hosseinkhodadadeh/laravel-users)[ RSS](/packages/hosseinkhodadadeh-laravel-users/feed)WikiDiscussions Synced 3d ago

READMEChangelogDependencies (5)Versions (31)Used By (0)

Laravel-Users | A Laravel Users CRUD Management [Package](https://packagist.org/packages/hosseinkhodadadeh/laravel-users)
=========================================================================================================================

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

[![Latest Stable Version](https://camo.githubusercontent.com/1527cb732b7f557ecfa609074ec0a699c8966e849d0329c35bc50cf1f3a49c29/68747470733a2f2f706f7365722e707567782e6f72672f686f737365696e6b686f646164616465682f6c61726176656c2d75736572732f762f737461626c652e737667)](https://packagist.org/packages/hosseinkhodadadeh/laravel-users)[![Total Downloads](https://camo.githubusercontent.com/7f10365ff9993abdc7557890efd0362696cbf2922abc7f20a6df1ce569af1d41/68747470733a2f2f706f7365722e707567782e6f72672f686f737365696e6b686f646164616465682f6c61726176656c2d75736572732f642f746f74616c2e737667)](https://packagist.org/packages/hosseinkhodadadeh/laravel-users)[![Travis-CI Build](https://camo.githubusercontent.com/33ffbcec7e2c2d282288f3369537972c01b2916cf7ed29c46d4abda223b62cc9/68747470733a2f2f7472617669732d63692e6f72672f686f737365696e6b686f646164616465682f6c61726176656c2d75736572732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/hosseinkhodadadeh/laravel-users)[![StyleCI](https://camo.githubusercontent.com/b37d359b0a0613978227f7388d680b7544c4a3bf1b83564cf92eec325432c12b/68747470733a2f2f7374796c6563692e696f2f7265706f732f38333136323330392f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/83162309)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ed70e8a875f9308bfb3b25d87d5e126eb696068681c2965c2b5703370490d0e6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f686f737365696e6b686f646164616465682f6c61726176656c2d75736572732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/hosseinkhodadadeh/laravel-users/?branch=master)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)[![Become a Patreon](https://camo.githubusercontent.com/ef7b855018f1f680eeba6fd1ac470b9c1971ef883b2f4b9fcf41034274510e3f/68747470733a2f2f63352e70617472656f6e2e636f6d2f65787465726e616c2f6c6f676f2f6265636f6d655f615f706174726f6e5f627574746f6e2e706e67)](https://www.patreon.com/bePatron?u=10119959 "Become a Patreon")

#### Table of contents

[](#table-of-contents)

- [About](#about)
- [Features](#features)
- [Requirements](#requirements)
- [Installation Instructions](#installation-instructions)
- [Configuration](#configuration)
- [Routes](#routes)
- [Screenshots](#screenshots)
- [File Tree](#file-tree)
- [Opening an Issue](#opening-an-issue)
- [License](#license)

### About

[](#about)

A Users Management CRUD [Package](https://packagist.org/packages/hosseinkhodadadeh/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. Easily start creating, updating, editing, and deleting users in minutes with minimal setup required; Easily search all users, helpful for large user bases. 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.

Laravel users can work out the box with or without the following roles packages:

- [hosseinkhodadadeh/laravel-roles](https://github.com/hosseinkhodadadeh/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)

### Features

[](#features)

Laravel Users FeaturesFull CRUD of Laravel UsersWorks with built in [auth scaffolding](https://laravel.com/docs/5.7/authentication)Works with various [Roles/ACL Packages](https://github.com/hosseinkhodadadeh/laravel-roles)Uses [Language localization](https://laravel.com/docs/5.7/localization) File SystemUses [font awesome](https://fontawesome.com/icons), cdn can be optionally called in configCan use built in [pagination](https://laravel.com/docs/5.7/pagination) and/or [datatables.js](https://datatables.net/)Can search all users by name, id, or emailLots of [configuration](#configuration) options### Requirements

[](#requirements)

- [Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, and 5.8](https://laravel.com/docs/installation)

### Installation Instructions

[](#installation-instructions)

1. From your projects root folder in terminal run:

    Laravel 5.6, 5.7, and 5.8+ use:

    ```
        composer require hosseinkhodadadeh/laravel-users

    ```

    Laravel 5.5 use:

    ```
        composer require hosseinkhodadadeh/laravel-users:2.0.2

    ```

    Laravel 5.4 use:

    ```
        composer require hosseinkhodadadeh/laravel-users:1.4.0

    ```

    Laravel 5.3 use:

    ```
        composer require hosseinkhodadadeh/laravel-users:1.3.0

    ```

    Laravel 5.2 use:

    ```
        composer require hosseinkhodadadeh/laravel-users:1.2.0

    ```
2. Register Package

- Laravel 5.5, 5.6, and 5.7+ Uses package auto discovery feature, no need to edit the `config/app.php` file.
- Laravel 5.4 and below Register the package with laravel in `config/app.php` under `providers` with the following:

    ```
       Collective\Html\HtmlServiceProvider::class,
       hosseinkhodadadeh\laravelusers\LaravelUsersServiceProvider::class,

    ```

3. Register the dependencies aliases

- Laravel 5.5 and up Uses package auto discovery feature, no need to edit the `config/app.php` file.
- Laravel 5.4 and below In `config/app.php` section under `aliases` with the following:

    ```
        'Form' => Collective\Html\FormFacade::class,
        'Html' => Collective\Html\HtmlFacade::class,

    ```

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

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

    ```

### Configuration

[](#configuration)

Laravel Users can be configured directly in [`/config/laravelusers.php`](https://github.com/hosseinkhodadadeh/laravel-users/blob/master/src/config/laravelusers.php) once you publish the assets.

```
    /*
    |--------------------------------------------------------------------------
    | Laravel-users setting
    |--------------------------------------------------------------------------
    */

    // The parent blade file
    'laravelUsersBladeExtended'     => 'laravelusers::layouts.app', // 'layouts.app'

    // Enable `auth` middleware
    'authEnabled'                   => true,

    // Enable Optional Roles Middleware on the users assignments
    'rolesEnabled'                  => false,

    /*
     | Enable Roles Middlware on the usability of this package.
     | This requires the middleware from the roles package to be registered in `App\Http\Kernel.php`
     | An Example: of roles middleware entry in protected `$routeMiddleware` array would be:
     | 'role' => \hosseinkhodadadeh\LaravelRoles\Middleware\VerifyRole::class,
     */

    'rolesMiddlwareEnabled'         => true,

    // Optional Roles Middleware
    'rolesMiddlware'                => 'role:admin',

    // Optional Role Model
    'roleModel'                     => 'hosseinkhodadadeh\LaravelRoles\Models\Role',

    // Enable Soft Deletes - Not yet setup - on the roadmap.
    'softDeletedEnabled'            => false,

    // Laravel Default User Model
    'defaultUserModel'              => 'App\User',

    // Use the provided blade templates or extend to your own templates.
    'showUsersBlade'                => 'laravelusers::usersmanagement.show-users',
    'createUserBlade'               => 'laravelusers::usersmanagement.create-user',
    'showIndividualUserBlade'       => 'laravelusers::usersmanagement.show-user',
    'editIndividualUserBlade'       => 'laravelusers::usersmanagement.edit-user',

    // Use Package Bootstrap Flash Alerts
    'enablePackageBootstapAlerts'   => true,

    // Users List Pagination
    'enablePagination'              => true,
    'paginateListSize'              => 25,

    // Enable Search Users- Uses jQuery Ajax
    'enableSearchUsers'             => true,

    // Users List JS DataTables - not recommended use with pagination
    'enabledDatatablesJs'           => false,
    'datatablesJsStartCount'        => 25,
    'datatablesCssCDN'              => 'https://cdn.datatables.net/1.10.12/css/dataTables.bootstrap.min.css',
    'datatablesJsCDN'               => 'https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js',
    'datatablesJsPresetCDN'         => 'https://cdn.datatables.net/1.10.12/js/dataTables.bootstrap.min.js',

    // Bootstrap Tooltips
    'tooltipsEnabled'               => true,
    'enableBootstrapPopperJsCdn'    => true,
    'bootstrapPopperJsCdn'          => 'https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js',

    // Icons
    'fontAwesomeEnabled'            => true,
    'fontAwesomeCdn'                => 'https://use.fontawesome.com/releases/v5.0.6/css/all.css',

    // Extended blade options for packages app.blade.php
    'enableBootstrapCssCdn'         => true,
    'bootstrapCssCdn'               => 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css',

    'enableAppCss'                  => true,
    'appCssPublicFile'              => 'css/app.css',

    'enableBootstrapJsCdn'          => true,
    'bootstrapJsCdn'                => 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js',

    'enableAppJs'                   => true,
    'appJsPublicFile'               => 'js/app.js',

    'enablejQueryCdn'               => true,
    'jQueryCdn'                     => 'https://code.jquery.com/jquery-3.3.1.min.js',
```

### Routes

[](#routes)

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

###### Routes In-depth

[](#routes-in-depth)

MethodURINameActionMiddlewareGET/HEADusersusershosseinkhodadadeh\\laravelusers\\app\\Http\\Controllers\\UsersManagementController@indexweb,authPOSTusersusers.storehosseinkhodadadeh\\laravelusers\\app\\Http\\Controllers\\UsersManagementController@storeweb,authGET/HEADusers/createusers.createhosseinkhodadadeh\\laravelusers\\app\\Http\\Controllers\\UsersManagementController@createweb,authGET/HEADusers/{user}users.showhosseinkhodadadeh\\laravelusers\\app\\Http\\Controllers\\UsersManagementController@showweb,authDELETEusers/{user}user.destroyhosseinkhodadadeh\\laravelusers\\app\\Http\\Controllers\\UsersManagementController@destroyweb,authPUT/PATCHusers/{user}users.updatehosseinkhodadadeh\\laravelusers\\app\\Http\\Controllers\\UsersManagementController@updateweb,authGET/HEADusers/{user}/editusers.edithosseinkhodadadeh\\laravelusers\\app\\Http\\Controllers\\UsersManagementController@editweb,auth### Required Packages

[](#required-packages)

(included in this package)

- [laravelcollective/html](https://packagist.org/packages/laravelcollective/html)

### Screenshots

[](#screenshots)

[![Show Users](https://camo.githubusercontent.com/ae9fa8633ccc486c077318694f01d1b404a9c04905f8e9bf1dff12189ff21a38/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f73686f772d75736572732e6a7067)](https://camo.githubusercontent.com/ae9fa8633ccc486c077318694f01d1b404a9c04905f8e9bf1dff12189ff21a38/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f73686f772d75736572732e6a7067)[![Show User](https://camo.githubusercontent.com/2d948dd15304ed3ec0a0935fa04029c8bf26926ec40aec795947c81bbd5b47a5/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f73686f772d757365722e6a7067)](https://camo.githubusercontent.com/2d948dd15304ed3ec0a0935fa04029c8bf26926ec40aec795947c81bbd5b47a5/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f73686f772d757365722e6a7067)[![Edit User](https://camo.githubusercontent.com/10b13671f591534821b998bf19b0fd28cbb934157e049e915fbc9307b83df60a/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f656469742d757365722e6a7067)](https://camo.githubusercontent.com/10b13671f591534821b998bf19b0fd28cbb934157e049e915fbc9307b83df60a/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f656469742d757365722e6a7067)[![Edit User Password](https://camo.githubusercontent.com/95986d337b32cc91db442c91857920dea5bc2676cfdae57e8520122dcd45344c/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f656469742d757365722d70772e6a7067)](https://camo.githubusercontent.com/95986d337b32cc91db442c91857920dea5bc2676cfdae57e8520122dcd45344c/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f656469742d757365722d70772e6a7067)[![Create User](https://camo.githubusercontent.com/c6f1b836f010897b46bac6ae26449fa41fe385b2847282f40ea69dde3398ea07/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f6372656174652d757365722e6a7067)](https://camo.githubusercontent.com/c6f1b836f010897b46bac6ae26449fa41fe385b2847282f40ea69dde3398ea07/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f6372656174652d757365722e6a7067)[![Create User Modal](https://camo.githubusercontent.com/f51de529a197c1205ffabd1338f39dbc1103c5bb1157d045c52ca7b521b4f1db/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f736176652d757365722d6d6f64616c2e6a7067)](https://camo.githubusercontent.com/f51de529a197c1205ffabd1338f39dbc1103c5bb1157d045c52ca7b521b4f1db/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f736176652d757365722d6d6f64616c2e6a7067)[![Delete User Modal](https://camo.githubusercontent.com/97c64d885a186d626b8c77aa5a4673d84aa1bea83d852fec4c93626b095fff18/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f64656c6574652d757365722d6d6f64616c2e6a7067)](https://camo.githubusercontent.com/97c64d885a186d626b8c77aa5a4673d84aa1bea83d852fec4c93626b095fff18/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f64656c6574652d757365722d6d6f64616c2e6a7067)[![Error Create](https://camo.githubusercontent.com/d5e20e4adf92c985fe921c199c5c79e401a86e8e7e2cdec1267e9ff52cbb4af4/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f6572726f722d6372656174652e6a7067)](https://camo.githubusercontent.com/d5e20e4adf92c985fe921c199c5c79e401a86e8e7e2cdec1267e9ff52cbb4af4/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f6572726f722d6372656174652e6a7067)[![Error Update](https://camo.githubusercontent.com/10a5c97cd7d325d54efedc6eed317507b76542d3604d563aa810774977c99c05/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f6572726f722d7570646174652e6a7067)](https://camo.githubusercontent.com/10a5c97cd7d325d54efedc6eed317507b76542d3604d563aa810774977c99c05/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f6572726f722d7570646174652e6a7067)[![Error Delete](https://camo.githubusercontent.com/1fbe3d22c6857f2cefec2396e673940b6fba4de8918a8a2c47cd763f05121af3/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f6572726f722d64656c6574652e6a7067)](https://camo.githubusercontent.com/1fbe3d22c6857f2cefec2396e673940b6fba4de8918a8a2c47cd763f05121af3/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d75736572732f6572726f722d64656c6574652e6a7067)

### File Tree

[](#file-tree)

```
laravel-users/
├── .env.travis
├── .gitignore
├── .travis.yml
├── LICENSE
├── composer.json
├── phpunit.xml
├── readme.md
└── src
    ├── App
    │   └── Http
    │       └── Controllers
    │           └── UsersManagementController.php
    ├── LaravelUsersFacade.php
    ├── LaravelUsersServiceProvider.php
    ├── config
    │   └── laravelusers.php
    ├── resources
    │   ├── lang
    │   │   └── en
    │   │       ├── app.php
    │   │       ├── forms.php
    │   │       ├── laravelusers.php
    │   │       └── modals.php
    │   └── views
    │       ├── layouts
    │       │   └── app.blade.php
    │       ├── modals
    │       │   ├── modal-delete.blade.php
    │       │   └── modal-save.blade.php
    │       ├── partials
    │       │   ├── bs-visibility-css.blade.php
    │       │   ├── form-status.blade.php
    │       │   ├── search-users-form.blade.php
    │       │   └── styles.blade.php
    │       ├── scripts
    │       │   ├── check-changed.blade.php
    │       │   ├── datatables.blade.php
    │       │   ├── delete-modal-script.blade.php
    │       │   ├── save-modal-script.blade.php
    │       │   ├── search-users.blade.php
    │       │   ├── toggleText.blade.php
    │       │   └── tooltips.blade.php
    │       └── usersmanagement
    │           ├── create-user.blade.php
    │           ├── edit-user.blade.php
    │           ├── show-user.blade.php
    │           └── show-users.blade.php
    └── routes
        └── web.php

```

- Tree command can be installed using brew: `brew install tree`
- File tree generated using command `tree -a -I '.git|node_modules|vendor|storage|tests'`

### Opening an Issue

[](#opening-an-issue)

Before opening an issue there are a couple of considerations:

- A **star** on this project shows support and is way to say thank you to all the contributors. If you open an issue without a star, *your issue may be closed without consideration.* Thank you for understanding and the support. You are all awesome!
- **Read the instructions** and make sure all steps were *followed correctly*.
- **Check** that the issue is not *specific to your development environment* setup.
- **Provide** *duplication steps*.
- **Attempt to look into the issue**, and if you *have a solution, make a pull request*.
- **Show that you have made an attempt** to *look into the issue*.
- **Check** to see if the issue you are *reporting is a duplicate* of a previous reported issue.
- **Following these instructions show me that you have tried.**
- If you have a questions send me an email to
- Need some help, I can do my best on Slack:
- Please be considerate that this is an open source project that I provide to the community for FREE when opening an issue.

### 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

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity69

Established project with proven stability

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 ~35 days

Recently: every ~100 days

Total

23

Last Release

2644d 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

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/c4173f5dc3a89e0e66d066ef65b2df08c28ad9c84003374fd4784fcc25733d43?d=identicon)[hosseinIsGreat](/maintainers/hosseinIsGreat)

---

Tags

laravelcrudmanagementUsers

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[jeremykenedy/laravel-users

Laravel Users Management CRUD Package

45392.9k1](/packages/jeremykenedy-laravel-users)[laravelrus/sleepingowl

Administrative interface builder for Laravel.

803221.7k3](/packages/laravelrus-sleepingowl)

PHPackages © 2026

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