PHPackages                             vladdubzcom/sleepingowladmin - 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. vladdubzcom/sleepingowladmin

ActiveLibrary[Admin Panels](/categories/admin)

vladdubzcom/sleepingowladmin
============================

Administrative interface builder for Laravel. (updated fork)

v12.58.1(3w ago)0172↑238.5%MITPHPPHP &gt;=8.2

Since Oct 13Pushed 3w agoCompare

[ Source](https://github.com/vladdubzcom/SleepingOwlAdmin)[ Packagist](https://packagist.org/packages/vladdubzcom/sleepingowladmin)[ RSS](/packages/vladdubzcom-sleepingowladmin/feed)WikiDiscussions development Synced 3w ago

READMEChangelogDependencies (36)Versions (230)Used By (0)

[![bg](https://camo.githubusercontent.com/fb08d7f30732d1d6fda0e9596f192b7187dcfc23cdbb65b0cc06dcc0ed7bb34c/68747470733a2f2f696d6167652e6962622e636f2f6d37427830462f31322e706e67)](https://camo.githubusercontent.com/fb08d7f30732d1d6fda0e9596f192b7187dcfc23cdbb65b0cc06dcc0ed7bb34c/68747470733a2f2f696d6167652e6962622e636f2f6d37427830462f31322e706e67)

Laravel Admin Panel SleepingOwl
-------------------------------

[](#laravel-admin-panel-sleepingowl)

[![Build Status](https://camo.githubusercontent.com/42db7527006c9d56488803c5c7977921c8c110e2f0707325b0097616b7b6e7c5/68747470733a2f2f7472617669732d63692e6f72672f4c61726176656c5255532f536c656570696e674f776c41646d696e2e7376673f6272616e63683d646576656c6f706d656e74)](https://travis-ci.org/LaravelRUS/SleepingOwlAdmin)[![StyleCI](https://camo.githubusercontent.com/8e91f58b3fee27db960a090a0e8b4008bb8ebb9e8b88cda854edb6cb1d5de607/68747470733a2f2f7374796c6563692e696f2f7265706f732f35323134313339332f736869656c643f6272616e63683d646576656c6f706d656e74)](https://styleci.io/repos/52141393)![Laravel Support](https://camo.githubusercontent.com/a3e8ce46c7063001a3d7e8cadd815927dc88dd73a5b5604e54a3fea4b0cfd6c6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e352d2d382e34342d627269676874677265656e2e737667)![PHP Support](https://camo.githubusercontent.com/a415e2c4ab5905deef12df180ad52519b68fbb4937cb255c5dd6d87e2fea67ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e312e332b2d627269676874677265656e2e737667)

[![Official Site](https://camo.githubusercontent.com/77ec09c1db987a627e42c45da24c4dbebae18b75d320bf4b8a5093ed5e8933a0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6f6666696369616c2d736974652d626c75652e737667)](https://sleepingowladmin.ru)[![Demo Site](https://camo.githubusercontent.com/6d8f380c98cc6ba7a7e6561bcf61601e4365470f5ee6a4a06e0a547ecd240354/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f64656d6f2d736974652d626c75652e737667)](https://demo.sleepingowladmin.ru/)[![Telegram Chat](https://camo.githubusercontent.com/fe7e2ad3e4622c6fb0375cca04b33dbcff7e70c74d12396292aa452ec183e4bf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f74656c656772616d2d636861742d626c75652e737667)](https://t.me/prtcls)[![Latest Stable Version](https://camo.githubusercontent.com/2569aa30b48ae921735465df66b2023f95f77436c8772e15a1a04b73fdd2b7d6/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c7275732f736c656570696e676f776c2f762f737461626c65)](https://packagist.org/packages/laravelrus/sleepingowl)[![Total Downloads](https://camo.githubusercontent.com/f63c9c8ac15f489338d101dddd80a277f0ba168b85738f2605c3e71ced8938bc/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c7275732f736c656570696e676f776c2f646f776e6c6f616473)](https://packagist.org/packages/laravelrus/sleepingowl)[![License](https://camo.githubusercontent.com/18ab356fc294460fc73baad88df3fea96d22acebf129e57f48ab1404bc4ca20b/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c7275732f736c656570696e676f776c2f6c6963656e7365)](https://packagist.org/packages/laravelrus/sleepingowl)

SleepingOwl Admin is an administrative interface builder for Laravel. **Completely free**

⚠️ Laravel Version Support
--------------------------

[](#️-laravel-version-support)

> **Starting from the next major release, SleepingOwl Admin will support Laravel 9 and above only.**
>
> Support for older Laravel versions (&lt;= 8) will be dropped to align with modern PHP (&gt;= 8.1) and Laravel standards.

Please ensure your application is updated before upgrading to the next version.

Support
-------

[](#support)

- `Laravel 10.*` (`PHP >= 8.1`)

**Tested and worked on Laravel (v10.48) and php 8.3**

**Lumen is NOT supported(((**

- [Docs Github](https://github.com/SleepingOwlAdmin/docs/tree/new)

Authentication
--------------

[](#authentication)

1. By default, admin module uses Laravel authentication.

If you want to use auth, you can run artisan command `php artisan make:auth` () and append middleware `auth` to `config/sleeping_owl.php`

```
...
'middleware' => ['web', 'auth']
...
```

2. Setting up middleware

By default `auth` middleware use default guard, selected in `config/auth.php`

```
'defaults' => [
  'guard' => 'web',  ['web', 'role:admin'],
```

or

```
'middleware' => ['web', 'permission:admin'],
```

Copyright and License
---------------------

[](#copyright-and-license)

Admin was written by Sleeping Owl for the Laravel framework and is released under the MIT License. See the LICENSE file for details.

Copyright (c) Sleeping Owl Copyright (c) Uladzimir Sadkou (modifications)

###  Health Score

59

—

FairBetter than 98% of packages

Maintenance94

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity95

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

219

Last Release

27d ago

Major Versions

7.27 → 8.02020-09-10

8.70.2 → 9.5.12021-12-19

9.5.1 → 10.48.292025-07-10

v10.50.02 → v12.55.012026-03-20

v10.50.03 → v12.58.12026-05-28

PHP version history (7 changes)1.0.0PHP &gt;=5.4.0

4.19.92-betaPHP &gt;=5.5.9

4.82.20PHP &gt;=5.6.4

4.100.001PHP &gt;=7.0

5.6.9PHP &gt;=7.1.3

v10.50.01PHP &gt;=8.1

v12.55.01PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/ef995b9ab7cf45e0569724136e11c91fb36e082f4ca389d492e805d1ee6a7051?d=identicon)[vladdubzcom](/maintainers/vladdubzcom)

---

Top Contributors

[![butschster](https://avatars.githubusercontent.com/u/773481?v=4)](https://github.com/butschster "butschster (704 commits)")[![daaner](https://avatars.githubusercontent.com/u/9641698?v=4)](https://github.com/daaner "daaner (447 commits)")[![sngrl](https://avatars.githubusercontent.com/u/6196684?v=4)](https://github.com/sngrl "sngrl (289 commits)")[![sleeping-owl](https://avatars.githubusercontent.com/u/9197310?v=4)](https://github.com/sleeping-owl "sleeping-owl (219 commits)")[![Lunatig](https://avatars.githubusercontent.com/u/3226171?v=4)](https://github.com/Lunatig "Lunatig (89 commits)")[![Aglok](https://avatars.githubusercontent.com/u/5049168?v=4)](https://github.com/Aglok "Aglok (88 commits)")[![Butochnikov](https://avatars.githubusercontent.com/u/4212297?v=4)](https://github.com/Butochnikov "Butochnikov (49 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (34 commits)")[![heiswald](https://avatars.githubusercontent.com/u/57788747?v=4)](https://github.com/heiswald "heiswald (29 commits)")[![Davidnadejdin](https://avatars.githubusercontent.com/u/40993387?v=4)](https://github.com/Davidnadejdin "Davidnadejdin (25 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (16 commits)")[![falur](https://avatars.githubusercontent.com/u/6442411?v=4)](https://github.com/falur "falur (14 commits)")[![isrkar](https://avatars.githubusercontent.com/u/3999003?v=4)](https://github.com/isrkar "isrkar (13 commits)")[![asvae](https://avatars.githubusercontent.com/u/5394573?v=4)](https://github.com/asvae "asvae (13 commits)")[![spamarmy](https://avatars.githubusercontent.com/u/13848941?v=4)](https://github.com/spamarmy "spamarmy (11 commits)")[![xcaptain](https://avatars.githubusercontent.com/u/4054836?v=4)](https://github.com/xcaptain "xcaptain (10 commits)")[![alexdanielyan](https://avatars.githubusercontent.com/u/14957490?v=4)](https://github.com/alexdanielyan "alexdanielyan (9 commits)")[![Atmden](https://avatars.githubusercontent.com/u/21369563?v=4)](https://github.com/Atmden "Atmden (9 commits)")[![everestmx](https://avatars.githubusercontent.com/u/5403326?v=4)](https://github.com/everestmx "everestmx (8 commits)")[![chancezeus](https://avatars.githubusercontent.com/u/2089196?v=4)](https://github.com/chancezeus "chancezeus (8 commits)")

---

Tags

laravelcrudadminadministratorpanel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vladdubzcom-sleepingowladmin/health.svg)

```
[![Health](https://phpackages.com/badges/vladdubzcom-sleepingowladmin/health.svg)](https://phpackages.com/packages/vladdubzcom-sleepingowladmin)
```

###  Alternatives

[laravelrus/sleepingowl

Administrative interface builder for Laravel.

804221.7k3](/packages/laravelrus-sleepingowl)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.3k2.2k](/packages/unopim-unopim)[serverfireteam/panel

Admin panel for Laravel applications

42432.3k2](/packages/serverfireteam-panel)[dcat-plus/laravel-admin

dcat-plus admin

1433.7k9](/packages/dcat-plus-laravel-admin)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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