Download the PHP package jadjoubran/admin without Composer
On this page you can find all versions of the php package jadjoubran/admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jadjoubran/admin
More information about jadjoubran/admin
Files in jadjoubran/admin
Package admin
Short Description Aministrative interface builder for Laravel.
License MIT
Homepage http://sleeping-owl.github.io
Informations about the package admin
Laravel 5 Admin Module
Note: if you are looking for the version for Laravel 4.2 check out laravel-4.2 branch.
SleepingOwl Admin is administrative interface builder for Laravel.
It includes:
- sb-admin-2 template
- jQuery 1.11.3
- Bootstrap v3.3.5
- Bootstrap Multiselect v0.9.8
- DataTables 1.10.7
- Lightbox 3.3.0 for Bootstrap 3
- Font Awesome 4.3.0
- Metismenu 2.0.2
- morris.js v0.5.1
- bootbox.js v4.3.0
- Bootstrap DatetimePicker 4.14.30-dev
- CKEditor 4.5.0 Full
Installation
-
Require this package in your composer.json and run composer update (or run
composer require sleeping-owl/admin
directly):"sleeping-owl/admin": "2.*"
-
After composer update, add service providers to the
config/app.php
Laravel 4.1 - 5.0 'SleepingOwl\Admin\AdminServiceProvider', 'Illuminate\Html\HtmlServiceProvider', Laravel 5.1.* SleepingOwl\Admin\AdminServiceProvider::class, Illuminate\Html\HtmlServiceProvider::class,
-
Add this to the facades in
config/app.php
: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,
-
Run this command in terminal (if you want to know what exactly this command makes, see install command documentation):
$ 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.
Demo Application
View live demo.
Support Library
You can donate via PayPal or in BTC: 13k36pym383rEmsBSLyWfT3TxCQMN2Lekd
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.
All versions of admin with dependencies
illuminate/support Version 5.*
intervention/image Version 2.*
intervention/imagecache Version 2.*
doctrine/dbal Version ~2.3
sleeping-owl/with-join Version 1.*
illuminate/html Version ~5.0