基于 Laravel5.1 封装的后台管理系统,自带权限管理,支持手机和 PC 端访问,可快速完成后端管理系统

2015-07-31 10:14:53 +08:00
 mani

Github地址 欢迎大家一起维护:)

另团队急需人才,有兴趣的朋友请联系 mani@forone.co 或 QQ 1283233833 ,待遇高过同等大公司,阿姨做饭,春节假期前后各一周可在家远程办公,公司地点在团结湖盈科中心。

Features

  1. Role and permissions management
  2. Html and Form macros
  3. Rapid Model management

Screenshots

web


mobile



ForoneAdmin

To install this package you will need:

You must then modify your composer.json file and run composer update to include the latest version of the package in your project.

"require": {
    "forone/admin": "dev-master"
}

Or you can run the composer require command from your terminal.

composer require forone/admin:dev-master

At this time the package is still in a developmental stage and as such does not have a stable release.
You may need to set your minimum-stability to dev.

Once the package is installed the next step is dependant on which framework you're using.

Laravel

Open config/app.php and register the required service provider and aliases.

'providers' => [
    Forone\Admin\Providers\ForoneServiceProvider::class
]
'aliases' => [
    'Form'      => Illuminate\Html\FormFacade::class,
    'Html'      => Illuminate\Html\HtmlFacade::class,
]

If you'd like to make configuration changes in the configuration file you can pubish it with the following Aritsan command:

php artisan vendor:publish --provider="Forone\Admin\Providers\ForoneServiceProvider" --force

Publishing Defender configuration file and migrations

php artisan vendor:publish --provider="Artesaos\Defender\Providers\DefenderServiceProvider"

Init data

php artisan db:init
9008 次点击
所在节点    PHP
12 条回复
denghongcai
2015-07-31 10:40:25 +08:00
基于Defender做了个前端?赞一个
falcon05
2015-07-31 10:45:03 +08:00
很牛逼的样子,学习一下
mani
2015-07-31 10:53:38 +08:00
@denghongcai 整合了一下,自己写了不少macro,基于这样的架构做后台管理系统就会超级快了
yiihub
2015-07-31 11:29:03 +08:00
qiangda
est
2015-07-31 11:29:29 +08:00
相当吊啊。
fuge
2015-07-31 11:38:44 +08:00
mark
hahamy
2015-07-31 16:04:09 +08:00
php5.5.9,里面用了什么特性?方括号数组5.4就行了。
话说用这种系统快速搭建后台的应该小项目占多吧,很可能是在虚拟主机里跑的,然后这部分用户被排除了
wudikua
2015-07-31 23:16:38 +08:00
PHP终于不是几年前那样无限重复造轮子了。
mani
2015-08-02 16:09:19 +08:00
@wudikua 是的是的,总算是有点改变啦
Dannytmp
2015-08-16 10:55:07 +08:00
团结湖在哪里?省,市?
mani
2015-08-17 09:55:42 +08:00
@Dannytmp 北京市,不好意思
tanteng
2016-02-17 22:22:23 +08:00
我想请教一下,这个 laravel entrust 包本身是不是不带后台界面的?

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/209773

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX