Github地址 欢迎大家一起维护:)
另团队急需人才,有兴趣的朋友请联系 [email protected] 或 QQ 1283233833 ,待遇高过同等大公司,阿姨做饭,春节假期前后各一周可在家远程办公,公司地点在团结湖盈科中心。
Model
management
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 yourminimum-stability
todev
.
Once the package is installed the next step is dependant on which framework you're using.
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
1
denghongcai 2015-07-31 10:40:25 +08:00
基于Defender做了个前端?赞一个
|
2
falcon05 2015-07-31 10:45:03 +08:00 via iPhone
很牛逼的样子,学习一下
|
3
mani OP @denghongcai 整合了一下,自己写了不少macro,基于这样的架构做后台管理系统就会超级快了
|
4
yiihub 2015-07-31 11:29:03 +08:00
qiangda
|
5
est 2015-07-31 11:29:29 +08:00
相当吊啊。
|
6
fuge 2015-07-31 11:38:44 +08:00
mark
|
7
hahamy 2015-07-31 16:04:09 +08:00
php5.5.9,里面用了什么特性?方括号数组5.4就行了。
话说用这种系统快速搭建后台的应该小项目占多吧,很可能是在虚拟主机里跑的,然后这部分用户被排除了 |
8
wudikua 2015-07-31 23:16:38 +08:00
PHP终于不是几年前那样无限重复造轮子了。
|
10
Dannytmp 2015-08-16 10:55:07 +08:00
团结湖在哪里?省,市?
|
12
tanteng 2016-02-17 22:22:23 +08:00
我想请教一下,这个 laravel entrust 包本身是不是不带后台界面的?
|