PHPackages                             informixter/soadmin - 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. informixter/soadmin

ActiveLibrary[Admin Panels](/categories/admin)

informixter/soadmin
===================

Administrative interface builder for Laravel.

0679↓50%PHP

Since Apr 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/informixter/SOAdmin)[ Packagist](https://packagist.org/packages/informixter/soadmin)[ RSS](/packages/informixter-soadmin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

[](#laravel-admin-panel)

[![Build Status](https://camo.githubusercontent.com/12aa176c2481d05e1a6dc221b591a091e6b4bcd9a9a37b785bae7824e55c7272/68747470733a2f2f7472617669732d63692e6f72672f4c61726176656c5255532f536c656570696e674f776c41646d696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/LaravelRUS/SleepingOwlAdmin)[![StyleCI](https://camo.githubusercontent.com/3fea150501b6a37fede8cd084b8889201b33a544e5195ef3bc13e0ba045f27c7/68747470733a2f2f7374796c6563692e696f2f7265706f732f35323134313339332f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/52141393)![Laravel Support](https://camo.githubusercontent.com/66329888355a906cecd7d1fc4132bf8de8beb5f0c24c224ae028716c3c80e787/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e352d2d352e382d627269676874677265656e2e737667)![PHP Support](https://camo.githubusercontent.com/3e9be28f9028a49ed1a8a561fc97564f2777fc0c591b041b84953f2566b7f0e2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e782d627269676874677265656e2e737667)

[![Official Site](https://camo.githubusercontent.com/77ec09c1db987a627e42c45da24c4dbebae18b75d320bf4b8a5093ed5e8933a0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6f6666696369616c2d736974652d626c75652e737667)](https://sleepingowl.ru)[![Demo Site](https://camo.githubusercontent.com/6d8f380c98cc6ba7a7e6561bcf61601e4365470f5ee6a4a06e0a547ecd240354/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f64656d6f2d736974652d626c75652e737667)](https://demo.sleepingowl.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)

*Note: This is the development version. If you are looking for the stable version check out [master branch](https://github.com/LaravelRUS/SleepingOwlAdmin).*

SleepingOwl Admin is an administrative interface builder for Laravel.

Documentation
-------------

[](#documentation)

- [Russian](http://sleepingowladmin.ru/docs)
- [English](http://en.sleepingowladmin.ru/docs)
- [Docs Github](https://github.com/SleepingOwlAdmin/docs)

Installation
------------

[](#installation)

1. Require this package in your composer.json and run composer update:

    `composer require informixter/soadmin`
2. Run this command in the terminal (if you want to know more about what exactly this command does, see [install command documentation](https://en.sleepingowladmin.ru/docs/installation)):

    ```
    $ php artisan sleepingowl:install

    ```
3. After you have to update in `composer.json` post-update section:

    **Example**:

    ```
    "post-update-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postUpdate",
            "@php artisan sleepingowl:update",
    ]

    ```

    **NOTE**: So if you use a laravel-ide-helper package place `sleepingowl:update` after it commands:

    ```
    "post-update-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postUpdate",
            "@php artisan ide-helper:generate",
            "@php artisan ide-helper:meta",
            "@php artisan sleepingowl:update",
    ]

    ```

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.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

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

---

Top Contributors

[![informixter](https://avatars.githubusercontent.com/u/12011972?v=4)](https://github.com/informixter "informixter (4 commits)")

### Embed Badge

![Health badge](/badges/informixter-soadmin/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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