Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Feb 20, 2016
1 parent ed048e8 commit 886cb6b
Showing 1 changed file with 9 additions and 47 deletions.
56 changes: 9 additions & 47 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,66 +1,28 @@
## Laravel 5 Admin Module
## Laravel 5.2 Admin Module

[![Latest Stable Version](https://poser.pugx.org/sleeping-owl/admin/v/stable.svg)](https://packagist.org/packages/sleeping-owl/admin)
[![License](https://poser.pugx.org/sleeping-owl/admin/license.svg)](https://packagist.org/packages/sleeping-owl/admin)
[![Latest Stable Version](https://poser.pugx.org/sleeping-owl/admin/v/unstable.svg)](https://packagist.org/packages/laravelrus/sleepingowl)
[![License](https://poser.pugx.org/laravelrus/sleepingowl/license.svg)](https://packagist.org/packages/laravelrus/sleepingowl)

*Note: this is development version. If you are looking for stable version check out [master branch](https://github.com/sleeping-owl/admin).*
*Note: this is development version. If you are looking for stable version check out [master branch](https://github.com/LaravelRUS/SleepingOwlAdmin).*

SleepingOwl Admin is administrative interface builder for Laravel.

It includes:

- [sb-admin-2 template](http://startbootstrap.com/template-overviews/sb-admin-2/)
- [jQuery 1.11.0](http://jquery.org)
- [Bootstrap v3.2.0](http://getbootstrap.com)
- [Chosen v1.4.2](http://harvesthq.github.io/chosen/)
- [DataTables 1.10.0-dev](http://www.sprymedia.co.uk)
- [Nestable jQuery Plugin](http://dbushell.github.io/Nestable/)
- [Lightbox for Bootstrap 3](https://github.com/ashleydw/lightbox)
- [Font Awesome 4.1.0](http://fontawesome.io)
- [Metismenu 1.0.3](https://github.com/onokumus/metisMenu)
- [morris.js v0.5.0]()
- [bootbox.js v4.3.0](http://bootboxjs.com)
- [Bootstrap datetimepicker](http://eonasdan.github.io/bootstrap-datetimepicker/)
- [CKEditor](http://ckeditor.com)
- [flow.js](https://github.com/flowjs/flow.js)

## Installation

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

"sleeping-owl/admin": "dev-development"
"laravelrus/sleepingowl": "4.*@dev"

2. After composer update, add service providers to the `config/app.php`

'SleepingOwl\Admin\AdminServiceProvider',

3. Add this to the facades in `config/app.php`:

'Admin' => 'SleepingOwl\Admin\Admin',
'AdminAuth' => 'SleepingOwl\AdminAuth\Facades\AdminAuth',
'Column' => 'SleepingOwl\Admin\Columns\Column',
'ColumnFilter' => 'SleepingOwl\Admin\ColumnFilters\ColumnFilter',
'Filter' => 'SleepingOwl\Admin\Filter\Filter',
'AdminDisplay' => 'SleepingOwl\Admin\Display\AdminDisplay',
'AdminForm' => 'SleepingOwl\Admin\Form\AdminForm',
'AdminTemplate' => 'SleepingOwl\Admin\Templates\Facade\AdminTemplate',
'FormItem' => 'SleepingOwl\Admin\FormItems\FormItem',

4. Run this command in terminal (if you want to know what exactly this command makes, see [install command documentation](http://sleeping-owl.github.io/en/Commands/Install.html)):
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](http://sleeping-owl.github.io/en/Commands/Install.html)):

$ php artisan admin:install
$ php artisan sleepingowl:install

## Documentation

Documentation can be found at [sleeping owl documentation](http://sleeping-owl.github.io/v3).

## Demo Application

View [live demo](http://sleepingowladmindemo2.cloudcontrolled.com).

## Support Library

You can donate via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AXJMWMRPCBGVA), Yandex money (410012943296949) or in BTC: 13k36pym383rEmsBSLyWfT3TxCQMN2Lekd
Documentation can be found at [sleeping owl documentation](http://sleeping-owl.github.io/v4).

## Copyright and License

Expand Down

0 comments on commit 886cb6b

Please sign in to comment.