procoders/admin
Composer 安装命令:
composer require procoders/admin
包简介
Aministrative interface builder for Laravel.
关键字:
README 文档
README
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.0
- Bootstrap v3.2.0
- Bootstrap Multiselect v0.9.8
- DataTables 1.10.0-dev
- 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
Installation
-
Require this package in your composer.json and run composer update (or run
composer require sleeping-owl/admindirectly):"sleeping-owl/admin": "2.*" -
After composer update, add service providers to the
config/app.php'SleepingOwl\Admin\AdminServiceProvider', 'Illuminate\Html\HtmlServiceProvider', -
Add this to the facades in
config/app.php:'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', -
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.
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.
procoders/admin 适用场景与选型建议
procoders/admin 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 223 次下载、GitHub Stars 达 8, 最近一次更新时间为 2015 年 05 月 22 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「admin」 「laravel」 「administrator」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 procoders/admin 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 procoders/admin 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 procoders/admin 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Orchestra Platform Foundation
2lenet/EasyAdminPlusBundle
Backend interface for handling CRUD operations on your Laravel Eloquent models.
Analysis module for finding problematical shop data.
A short description of what your package does
Easy AdminLTE integration with Laravel
统计信息
- 总下载量: 223
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-22