All Projects → LaravelRUS → Sleepingowladmin

LaravelRUS / Sleepingowladmin

Licence: mit
🦉 Administrative interface builder for Laravel (Laravel admin)

Projects that are alternatives of or similar to Sleepingowladmin

Larrock Core
Core components for LarrockCMS
Stars: ✭ 46 (-93.14%)
Mutual labels:  laravel, crud, laravel-admin, composer
Platform
A @laravel based RAD platform for back-office applications, admin/user panels, and dashboards.
Stars: ✭ 2,623 (+290.91%)
Mutual labels:  laravel, crud, laravel-admin, admin
Nebula
Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.
Stars: ✭ 190 (-71.68%)
Mutual labels:  laravel, package, composer, admin
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (-70.49%)
Mutual labels:  laravel, package, backend, admin
Voyager Zh
㊙️voyager 的中文汉化版 基于laravel 的管理后台 权限控制,菜单,数据库手脚架,长期更新
Stars: ✭ 84 (-87.48%)
Mutual labels:  laravel, laravel-admin, admin
Htmlcache
Laravel middleware to cache the rendered html
Stars: ✭ 35 (-94.78%)
Mutual labels:  laravel, package, composer
Yicms
基于laravel5.5 开发的Yicms系统的基础架构
Stars: ✭ 93 (-86.14%)
Mutual labels:  laravel, laravel-admin, admin
Speedy
🚄A Laravel Admin Package to create a website quickly
Stars: ✭ 146 (-78.24%)
Mutual labels:  laravel, laravel-admin, admin
Package Skeleton
📦 My base for PHP packages.
Stars: ✭ 6 (-99.11%)
Mutual labels:  laravel, package, composer
Crudbooster
Laravel CRUD Generator, Make an Advanced Web Application Quickly
Stars: ✭ 1,580 (+135.47%)
Mutual labels:  laravel, crud, laravel-admin
Crud
Build custom admin panels. Fast!
Stars: ✭ 2,144 (+219.52%)
Mutual labels:  laravel, backend, admin
Contentify
Contentify is an esports CMS based on the PHP framework Laravel
Stars: ✭ 189 (-71.83%)
Mutual labels:  laravel, laravel-admin, admin
Laravel Realworld Example App
Exemplary real world backend API built with Laravel
Stars: ✭ 954 (+42.18%)
Mutual labels:  laravel, crud, backend
Project
⭐️ Antares Project Application Skeleton. This is the very first place you should start. It allows you to create a brand new awesome project in easy few steps.
Stars: ✭ 84 (-87.48%)
Mutual labels:  laravel, laravel-admin, composer
Laravel Tabler
Laravel Package for integrating Tabler template and this package is Laravel Mix friendly.
Stars: ✭ 20 (-97.02%)
Mutual labels:  laravel, package, admin
Laravel Paket
Composer GUI. Manage Laravel dependencies from web interface without switching to command line!
Stars: ✭ 143 (-78.69%)
Mutual labels:  laravel, package, composer
Laravel Messenger
Simple user messaging package for Laravel
Stars: ✭ 2,140 (+218.93%)
Mutual labels:  laravel, package, composer
Core
AdminArchitect - Active Admin for Laravel
Stars: ✭ 194 (-71.09%)
Mutual labels:  laravel, laravel-admin, backend
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (-47.39%)
Mutual labels:  laravel, laravel-admin, admin
Laravel Server Monitor
Server Monitoring Command for Laravel Applications
Stars: ✭ 424 (-36.81%)
Mutual labels:  laravel, composer

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), Laravel 6.* (PHP > 7.2), Laravel 7.* (PHP > 7.2.5) and Laravel 8.* (PHP > 7.3)

Lumen is NOT supported(((

Documentation new ver.8

Powered by Laravel 5.5 - 8+. (latest tested version 8.2.0)

Install ver 8.* (last Released)

Install SleepingOwl Admin

composer require laravelrus/sleepingowl:8.*

Install ver 7.*

  1. Install SleepingOwl Admin

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

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].