定制 acacha/admin 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

acacha/admin

最新稳定版本:2.0.43

Composer 安装命令:

composer require acacha/admin

包简介

Aministrative interface builder for Laravel. Based on Sleeping Owl Admin

README 文档

README

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.

It includes:

Installation

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

    "sleeping-owl/admin": "dev-development"
    
  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):

    $ php artisan admin:install
    

Documentation

Documentation can be found at sleeping owl documentation.

Demo Application

View live demo.

Support Library

You can donate via PayPal, Yandex money (410012943296949) 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.

统计信息

  • 总下载量: 146
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 256
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-06-04