MyGit

sleeping-owl/admin

Fork: 259 Star: 503 (更新于 2024-09-13 03:10:06)

license: MIT

Language: JavaScript .

Administrative interface builder for Laravel

最后发布版本: 1.1.2 ( 2014-11-17 23:06:03)

官方网址 GitHub网址

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

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:

Installation

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

    "sleeping-owl/admin": "2.*"
    
  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,
    
  3. 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,
    
  4. 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.

最近版本更新:(数据更新于 2024-09-20 11:40:57)

2014-11-17 23:06:03 1.1.2

2014-11-17 23:05:31 1.1.3

2014-11-08 05:02:18 1.1.1

2014-11-05 02:21:32 1.0.0

2014-11-05 02:21:08 1.0.2

2014-11-05 02:20:33 1.0.3

2014-11-05 02:20:02 1.0.4

2014-11-05 02:19:25 1.0.5

2014-11-05 02:18:58 1.0.6

2014-11-05 02:17:57 1.0.7

sleeping-owl/admin同语言 JavaScript最近更新仓库

2024-09-19 23:16:03 vernesong/OpenClash

2024-09-19 04:52:54 pedroslopez/whatsapp-web.js

2024-09-18 09:14:21 Lyoko-Jeremie/DoLModLoaderBuild

2024-09-18 09:07:58 NumberSir/DoL-I18n-Build

2024-09-18 05:07:54 nodejs/node

2024-09-18 01:07:18 sveltejs/kit