vladdubzcom/sleepingowladmin

Administrative interface builder for Laravel. (updated fork)

Maintainers

Package info

github.com/vladdubzcom/SleepingOwlAdmin

pkg:composer/vladdubzcom/sleepingowladmin

Statistics

Installs: 64

Dependents: 0

Suggesters: 0

Stars: 0

v12.55.1 2026-03-20 17:50 UTC

This package is auto-updated.

Last update: 2026-04-07 17:29:42 UTC


README

bg

Laravel Admin Panel SleepingOwl

Build Status StyleCI Laravel Support PHP Support

Official Site Demo Site Telegram Chat Latest Stable Version Total Downloads License

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

⚠️ Laravel Version Support

Starting from the next major release, SleepingOwl Admin will support Laravel 9 and above only.

Support for older Laravel versions (<= 8) will be dropped to align with modern PHP (>= 8.1) and Laravel standards.

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

Support

  • Laravel 10.* (PHP >= 8.1)

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

Lumen is NOT supported(((

Authentication

  1. By default, admin module uses Laravel authentication.

If you want to use auth, you can run artisan command php artisan make:auth (https://laravel.com/docs/authentication) and append middleware auth to config/sleeping_owl.php

...
'middleware' => ['web', 'auth']
...
  1. Setting up middleware

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

'defaults' => [
  'guard' => 'web', <- default
  ...
],
  1. If you are using some package for ACL like (Laratrust, Zizaco Entrust, etc...)
'middleware' => ['web', 'role:admin'],

or

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

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)