Skip to content

LaravelRUS/SleepingOwlAdmin

Folders and files

NameName
Last commit message
Last commit date
Feb 25, 2016
Feb 25, 2016
Feb 25, 2016
Feb 25, 2016
Feb 20, 2016
Oct 13, 2014
Apr 20, 2015
Feb 21, 2016
Feb 23, 2016
Feb 20, 2016
Feb 22, 2016
Feb 20, 2016
Apr 30, 2015

Repository files navigation

Laravel 5.2 Admin Module

Latest Stable Version License

Note: this is development version. If you are looking for stable version check out master branch.

SleepingOwl Admin is administrative interface builder for Laravel.

Used bower packages:

  • jquery
  • bootstrap
  • bootbox
  • datetimepicker
  • fontawesome
  • moment
  • nestable
  • noty
  • ckeditor
  • Sortable
  • select2
  • flow.js
  • ekko-lightbox
  • metisMenu
  • datatables
  • startbootstrap-sb-admin-2

Installation

  1. Require this package in your composer.json and run composer update:

    "laravelrus/sleepingowl": "4.*@dev"
    
  2. After composer update, add service providers to the config/app.php

    SleepingOwl\Admin\Providers\SleepingOwlServiceProvider::class,
    
  3. Run this command in terminal (if you want to know what exactly this command makes, see install command documentation):

    $ php artisan sleepingowl:install
    

Demo project

You can download demo project https://github.com/LaravelRUS/SleepingOwlAdminDemo

Documentation

Documentation can be found at sleeping owl documentation.

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.