GithubHelp home page GithubHelp logo

irooit / hyperfadmin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alonexy/hyperfadmin

0.0 1.0 0.0 7.08 MB

HF-Admin 通过注解实现的简单后台管理

PHP 3.55% Dockerfile 0.05% CSS 25.72% JavaScript 68.12% HTML 2.56%

hyperfadmin's Introduction

HF-Admin

实现简单的后台操作

基于 Hyperf v1.1.8

使用INX 模版 基于注解实现 菜单 图标和显示的控制

HfAdminC

 * @AutoController(prefix="/admin/user",server="http")
 * @HfAdminC(Cname="账号管理",Cstyle="fa-user",Csort=2)
 * @Middleware(HfAdminMiddleWare::class)
 * Class UserController
 * @package App\Controller\Admin
 */
class UserController extends AbstractController{...}

HfAdminF

    /**
     * @HfAdminF(Fname="账号列表",Fdisplay=true,Fstyle="fa-circle-o")
     * @param RequestInterface $request
     * @param RenderInterface $response
     * @return mixed
     */
    public function index(RequestInterface $request, RenderInterface $view){...}

效果图

role_list edit_role

Demo

hyperfadmin's People

Contributors

alonexy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.