Introduction
Overview
SleepingOwl Admin is administrative interface builder for Laravel.
For each model you can define which filters applied in table view, which columns to display, which form elements to display in create and edit forms.
It includes:
- sb-admin-2 template
- jQuery 1.11.0
- Bootstrap v3.2.0
- Chosen v1.4.2
- DataTables 1.10.0-dev
- Nestable jQuery Plugin
- Lightbox for Bootstrap 3
- Font Awesome 4.1.0
- Metismenu 1.0.3
- morris.js v0.5.0
- bootbox.js v4.3.0
- Bootstrap datetimepicker
- CKEditor
- flow.js
Installation
See installation.
Configuration
You need to create your admin menu configuration and model configuration for every Eloquent model you want to manage with SleepingOwl Admin.
Authentication
SleepingOwl Admin built with separate authentication module. Default credentials is admin
/ SleepingOwl
. For details see authentication documentation.