2017 © Pedro Peláez
 

library sleepingowl

Administrative interface builder for Laravel.

image

laravelrus/sleepingowl

Administrative interface builder for Laravel.

  • Saturday, July 28, 2018
  • by butschster
  • Repository
  • 53 Watchers
  • 512 Stars
  • 65,561 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 172 Forks
  • 32 Open issues
  • 100 Versions
  • 7 % Grown

The README.md

bg, (*1)

Laravel Admin Panel

Build Status StyleCI Laravel Support PHP Support, (*2)

Official Site Demo Site Telegram Chat Latest Stable Version Total Downloads License, (*3)

SleepingOwl Admin is an administrative interface builder for Laravel., (*4)

Documentation

Installation

  1. Require this package in your composer.json and run composer update:, (*7)

    • Bootstrap3 build

    composer require laravelrus/sleepingowl:5.8.*, (*8)

    • Bootstrap4 build (latest)

    composer require laravelrus/sleepingowl, (*9)

  2. Run this command in the terminal (if you want to know more about what exactly this command does, see install command documentation):, (*10)

    php artisan sleepingowl:install
    
  3. After you have to update in composer.json post-update section:, (*11)

    Example:, (*12)

    "post-update-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postUpdate",
            "@php artisan sleepingowl:update"
    ]
    

    NOTE: So if you use a laravel-ide-helper package place sleepingowl:update after it commands:, (*13)

    "post-update-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postUpdate",
            "@php artisan ide-helper:generate",
            "@php artisan ide-helper:meta",
            "@php artisan sleepingowl:update"
    ]
    

Update

  1. Change the version you need in composer.json, (*14)

    Example:, (*15)

    "laravelrus/sleepingowl": "dev-development-bs4"
    
  2. Run this command in the terminal:, (*16)

    composer update laravelrus/sleepingowl
    
  3. Run command in the terminal for update assets:, (*17)

    php artisan sleepingowl:update
    

Authentication

  1. By default, admin module uses Laravel authentication., (*18)

    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, (*19)

    ...
    'middleware' => ['web', 'auth']
    ...
    
  2. Setting up middleware, (*20)

    By default auth middleware use default guard, selected in config/auth.php, (*21)

    'defaults' => [
      'guard' => 'web', <- default
      ...
    ],
    
    1. If you are using some package for ACL like (Laratrust, Zizaco Entrust, etc...), (*22)

      'middleware' => ['web', 'role:admin'],
      

      or, (*23)

      '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., (*24)

The Versions

24/03 2016
24/03 2016
24/03 2016

4.18.92-beta

4.18.92.0-beta http://sleeping-owl.github.io

Administrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

23/03 2016

4.17.90-beta

4.17.90.0-beta http://sleeping-owl.github.io

Administrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

17/03 2016

4.17.88-beta

4.17.88.0-beta http://sleeping-owl.github.io

Administrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

17/03 2016

4.17.87-beta

4.17.87.0-beta http://sleeping-owl.github.io

Administrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

15/03 2016

4.17.86-beta

4.17.86.0-beta http://sleeping-owl.github.io

Administrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

13/03 2016

4.16.86-beta

4.16.86.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

10/03 2016

4.15.84-beta

4.15.84.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

05/03 2016

4.15.83-beta

4.15.83.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

04/03 2016

4.15.80-beta

4.15.80.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

29/02 2016

4.14.74-beta

4.14.74.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

29/02 2016

4.14.73-beta

4.14.73.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

28/02 2016

4.14.72-beta

4.14.72.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

27/02 2016

4.14.64-beta

4.14.64.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

26/02 2016

4.13.64-beta

4.13.64.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

26/02 2016

4.12.60-beta

4.12.60.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

26/02 2016

4.12.57-beta

4.12.57.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

26/02 2016

4.12.55-beta

4.12.55.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

25/02 2016

4.12.48-beta

4.12.48.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

25/02 2016

4.12.45-beta

4.12.45.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

24/02 2016

4.10.41-beta

4.10.41.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

24/02 2016

4.10.40-beta

4.10.40.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

23/02 2016

4.9.35-beta

4.9.35.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

23/02 2016

4.8.35-beta

4.8.35.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

23/02 2016

4.7.33-beta

4.7.33.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

22/02 2016

4.5.30-beta

4.5.30.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

22/02 2016

4.5.26-beta

4.5.26.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

22/02 2016

4.5.25-beta

4.5.25.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

21/02 2016

4.4.23-beta

4.4.23.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

21/02 2016

4.3.21-beta

4.3.21.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

20/02 2016

4.0.18-beta

4.0.18.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

20/02 2016

4.0.16-beta

4.0.16.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

20/02 2016

4.0.10-beta

4.0.10.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

20/02 2016

4.0.1-beta

4.0.1.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

20/02 2016

4.0.0-beta

4.0.0.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

20/02 2016

3.0.0-beta

3.0.0.0-beta http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator