SleepingOwlAdmin

? Administrative interface builder for Laravel (Laravel admin)

Github星跟蹤圖

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.

主要指標

概覽
名稱與所有者LaravelRUS/SleepingOwlAdmin
主編程語言JavaScript
編程語言JavaScript (語言數: 6)
平台
許可證MIT License
所有者活动
創建於2016-02-20 07:04:49
推送於2025-04-12 22:53:39
最后一次提交2020-05-02 20:15:05
發布數212
最新版本名稱10 (發布於 )
第一版名稱1.0.0 (發布於 2014-10-13 16:41:44)
用户参与
星數812
關注者數44
派生數211
提交數3k
已啟用問題?
問題數687
打開的問題數6
拉請求數641
打開的拉請求數5
關閉的拉請求數78
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?