V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
mani
V2EX  ›  PHP

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

  •  1
     
  •   mani · 2015-07-31 10:14:53 +08:00 · 9007 次点击
    这是一个创建于 3192 天前的主题,其中的信息可能已经有所发展或是发生改变。

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

    另团队急需人才,有兴趣的朋友请联系 [email protected] 或 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:

    • Laravel 5.1+
    • PHP 5.5.9+

    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
    
    12 条回复    2016-02-17 22:22:23 +08:00
    denghongcai
        1
    denghongcai  
       2015-07-31 10:40:25 +08:00
    基于Defender做了个前端?赞一个
    falcon05
        2
    falcon05  
       2015-07-31 10:45:03 +08:00 via iPhone
    很牛逼的样子,学习一下
    mani
        3
    mani  
    OP
       2015-07-31 10:53:38 +08:00
    @denghongcai 整合了一下,自己写了不少macro,基于这样的架构做后台管理系统就会超级快了
    yiihub
        4
    yiihub  
       2015-07-31 11:29:03 +08:00
    qiangda
    est
        5
    est  
       2015-07-31 11:29:29 +08:00
    相当吊啊。
    fuge
        6
    fuge  
       2015-07-31 11:38:44 +08:00
    mark
    hahamy
        7
    hahamy  
       2015-07-31 16:04:09 +08:00
    php5.5.9,里面用了什么特性?方括号数组5.4就行了。
    话说用这种系统快速搭建后台的应该小项目占多吧,很可能是在虚拟主机里跑的,然后这部分用户被排除了
    wudikua
        8
    wudikua  
       2015-07-31 23:16:38 +08:00
    PHP终于不是几年前那样无限重复造轮子了。
    mani
        9
    mani  
    OP
       2015-08-02 16:09:19 +08:00
    @wudikua 是的是的,总算是有点改变啦
    Dannytmp
        10
    Dannytmp  
       2015-08-16 10:55:07 +08:00
    团结湖在哪里?省,市?
    mani
        11
    mani  
    OP
       2015-08-17 09:55:42 +08:00
    @Dannytmp 北京市,不好意思
    tanteng
        12
    tanteng  
       2016-02-17 22:22:23 +08:00
    我想请教一下,这个 laravel entrust 包本身是不是不带后台界面的?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2880 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 14:42 · PVG 22:42 · LAX 07:42 · JFK 10:42
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.