Download the PHP package laravelrus/sleepingowl without Composer
On this page you can find all versions of the php package laravelrus/sleepingowl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laravelrus/sleepingowl
More information about laravelrus/sleepingowl
Files in laravelrus/sleepingowl
Package sleepingowl
Short Description Administrative interface builder for Laravel.
License MIT
Homepage https://sleepingowladmin.ru
Informations about the package sleepingowl

Laravel Admin Panel SleepingOwl
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 > 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)Laravel 10.*(PHP >= 8.1)
Tested and worked on Laravel (v10.48) and php 8.3
Lumen is NOT supported(((
Documentation ver.10
Powered by Laravel 5.5 - 10. (latest tested version 10.48.2)
- Russian (90% process)
-
English (30% process)
- Docs Github
Install ver 8.* (last Released)
Install SleepingOwl Admin
composer require laravelrus/sleepingowl:8.*
Install ver 7.*
-
Install SleepingOwl Admin
composer require laravelrus/sleepingowl:7.*or
If you upgrade the old version change in
composer.jsonafter run
composer update laravelrus/sleepingowland run
php artisan sleepingowl:updatefor update assets
- Run this command in the terminal (if you want to know more about what exactly this command does, see install command documentation):
Authentication
-
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 middlewareauthtoconfig/sleeping_owl.php -
Setting up middleware
By default
authmiddleware use default guard, selected inconfig/auth.php -
If you are using some package for ACL like (Laratrust, Zizaco Entrust, etc...)
or
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.
All versions of sleepingowl with dependencies
ext-json Version *
laravel/framework Version >=5.5
kodicomponents/support Version 0.*
kodicomponents/navigation Version 0.* || ~1.0
doctrine/dbal Version >=2.3
laravelcollective/html Version >=5.5
kodicms/laravel-assets Version 0.*
erusev/parsedown Version 1.*
davejamesmiller/laravel-breadcrumbs Version >=4.0
barryvdh/laravel-ide-helper Version >=2.4