SleepingOwlAdmin

? Administrative interface builder for Laravel (Laravel admin)

Github stars Tracking Chart

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

Support Laravel > 5.5 - 5.8 (PHP < 7.1.3) and Laravel 6.* (PHP > 7.2).

Lumen is NOT supported(((

Documentation new ver.6

Install ver 6.* (last Released)

  1. Install SleepingOwl Admin

composer require laravelrus/sleepingowl:6.*

or

If you upgrade the old version change in composer.json

"laravelrus/sleepingowl": "^6.*"

after run composer update laravelrus/sleepingowl

and run php artisan sleepingowl:update for update assets

  1. Run this command in the terminal (if you want to know more about what exactly this command does, see install command documentation):
php artisan sleepingowl:install

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'],

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

Main metrics

Overview
Name With OwnerLaravelRUS/SleepingOwlAdmin
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 6)
Platform
License:MIT License
所有者活动
Created At2016-02-20 07:04:49
Pushed At2025-04-12 22:53:39
Last Commit At2020-05-02 20:15:05
Release Count212
Last Release Name10 (Posted on )
First Release Name1.0.0 (Posted on 2014-10-13 16:41:44)
用户参与
Stargazers Count812
Watchers Count44
Fork Count211
Commits Count3k
Has Issues Enabled
Issues Count687
Issue Open Count6
Pull Requests Count641
Pull Requests Open Count5
Pull Requests Close Count78
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private