Stars: 774
Forks: 215
Pull Requests: 700
Issues: 682
Watchers: 45
Last Updated: 2023-07-25 15:26:57
🦉 Administrative interface builder for Laravel (Laravel admin)
License: MIT License
Languages: JavaScript, CSS, PHP, HTML, SCSS, Blade
SleepingOwl Admin is an administrative interface builder for Laravel. Completely free
Laravel > 5.5 - 5.8
(PHP < 7.1.3
)Laravel 6.*
(PHP >= 7.2
)Laravel 7.*
(PHP >= 7.2.5
)Laravel 8.*
(PHP >= 7.3
)Laravel 9.*
(PHP >= 8.0
)Lumen is NOT supported(((
Powered by Laravel 5.5 - 9+. (latest tested version 9.34.1)
ver 8.*
(last Released)Install SleepingOwl Admin
composer require laravelrus/sleepingowl:8.*
ver 7.*
composer require laravelrus/sleepingowl:7.*
or
If you upgrade the old version change in composer.json
"laravelrus/sleepingowl": "^7.*"
after run composer update laravelrus/sleepingowl
and run php artisan sleepingowl:update
for update assets
php artisan sleepingowl:install
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']
...
By default auth
middleware use default guard, selected in config/auth.php
'defaults' => [
'guard' => 'web', <- default
...
],
'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.