2017 © Pedro Peláez
 

library admin

Aministrative interface builder for Laravel.

image

sleeping-owl/admin

Aministrative interface builder for Laravel.

  • Thursday, March 3, 2016
  • by sleeping-owl
  • Repository
  • 49 Watchers
  • 498 Stars
  • 33,454 Installations
  • JavaScript
  • 6 Dependents
  • 0 Suggesters
  • 320 Forks
  • 167 Open issues
  • 100 Versions
  • 1 % Grown

The README.md

This repo is not maintained anymore.

Packet moved to https://github.com/LaravelRUS/SleepingOwlAdmin

Versions prior to 4 are no longer supported. Further versions are now developed by LaravelRUS community.

Laravel 5 Admin Module

Latest Stable Version License, (*1)

Note: if you are looking for the version for Laravel 4.2 check out laravel-4.2 branch., (*2)

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

It includes:, (*4)

Installation

  1. Require this package in your composer.json and run composer update (or run composer require sleeping-owl/admin directly):, (*5)

    "sleeping-owl/admin": "2.*"
  2. After composer update, add service providers to the config/app.php, (*6)

        Laravel 4.1 - 5.0
    'SleepingOwl\Admin\AdminServiceProvider',
    'Illuminate\Html\HtmlServiceProvider',
    
        Laravel 5.1.*
        SleepingOwl\Admin\AdminServiceProvider::class,
    Illuminate\Html\HtmlServiceProvider::class,
  3. Add this to the facades in config/app.php:, (*7)

        Laravel 4.1 - 5.0
    'Admin'             => 'SleepingOwl\Admin\Admin',
    'AdminAuth'         => 'SleepingOwl\AdminAuth\Facades\AdminAuth',
    'AdminRouter'       => 'SleepingOwl\Admin\Facades\AdminRouter',
    'AssetManager'      => 'SleepingOwl\Admin\AssetManager\AssetManager',
    'Column'            => 'SleepingOwl\Admin\Columns\Column',
    'FormItem'          => 'SleepingOwl\Admin\Models\Form\FormItem',
    'ModelItem'         => 'SleepingOwl\Admin\Models\ModelItem',
    
    'Form'      => 'Illuminate\Html\FormFacade',
    'Html'      => 'Illuminate\Html\HtmlFacade',
    
        Laravel 5.1.*
    'Admin'             => SleepingOwl\Admin\Admin::class,
    'AdminAuth'         => SleepingOwl\AdminAuth\Facades\AdminAuth::class,
    'AdminRouter'       => SleepingOwl\Admin\Facades\AdminRouter::class,
    'AssetManager'      => SleepingOwl\Admin\AssetManager\AssetManager::class,
    'Column'            => SleepingOwl\Admin\Columns\Column::class,
    'FormItem'          => SleepingOwl\Admin\Models\Form\FormItem::class,
    'ModelItem'         => SleepingOwl\Admin\Models\ModelItem::class,
    
    'Form'      => Illuminate\Html\FormFacade::class,
    'Html'      => Illuminate\Html\HtmlFacade::class,
  4. Run this command in terminal (if you want to know what exactly this command makes, see install command documentation):, (*8)

    $ php artisan vendor:publish
    $ php artisan admin:install

Documentation

Documentation can be found at sleeping owl documentation. You can also find it in the /src/docs directory., (*9)

Demo Application

View live demo., (*10)

Support Library

You can donate via PayPal or in BTC: 13k36pym383rEmsBSLyWfT3TxCQMN2Lekd, (*11)

Admin was written by Sleeping Owl for the Laravel framework and is released under the MIT License. See the LICENSE file for details., (*12)

The Versions

24/02 2016

dev-development

dev-development http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator

14/04 2015

dev-laravel-4.2

dev-laravel-4.2 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

14/04 2015
03/04 2015
03/04 2015
31/03 2015
08/03 2015
08/03 2015
08/03 2015
08/03 2015
08/03 2015
08/03 2015
03/03 2015
02/03 2015
01/03 2015
26/02 2015
26/02 2015
14/02 2015
14/02 2015
13/02 2015
13/02 2015
12/02 2015
11/02 2015
11/02 2015
10/02 2015
10/02 2015
04/02 2015
03/02 2015
01/02 2015
30/01 2015
30/01 2015
29/01 2015
25/01 2015
24/01 2015
23/01 2015
23/01 2015
23/01 2015
22/01 2015

1.1.11

1.1.11.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

22/01 2015

1.1.10

1.1.10.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

21/01 2015

1.1.9

1.1.9.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

20/01 2015

1.1.8

1.1.8.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

18/01 2015

1.1.7

1.1.7.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

14/01 2015

1.1.6

1.1.6.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

14/01 2015

1.1.5

1.1.5.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

14/01 2015

dev-laravel-4.1

dev-laravel-4.1 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

26/11 2014

1.1.4

1.1.4.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

17/11 2014

1.1.3

1.1.3.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

07/11 2014

1.1.2

1.1.2.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

07/11 2014

1.1.1

1.1.1.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

04/11 2014

1.1.0

1.1.0.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

29/10 2014

1.0.10

1.0.10.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

20/10 2014

1.0.9

1.0.9.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

20/10 2014

1.0.8

1.0.8.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

16/10 2014

1.0.7

1.0.7.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator

16/10 2014

1.0.6

1.0.6.0 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel admin administrator