Code Monkey home page Code Monkey logo

metronic_laravel_admin's Introduction

这是一个 metronic(v4.1.0) 风格的 laravel 后台框架

为了适应metronic风格,修改了 Laravel form builder 代码,但是并没有提交到 Laravel form builder仓库,包含在了项目中

这不是一个laravel 插件,而是一个可以执行的项目.

在使用了多个CURD后台框架后,发现一个共性的问题:列表的数据源和表单基本都是和model(表)对应的,无法灵活的构建列表和表单。

这个框架最大的特点是:列表支持自定义数据源,表单支持自定义结构。

以控件的形式组织form 界面,可以参考widget目录中现有的控件实现个性化的控件。

按如下操作

  1. git clone https://github.com/bohan1115/metronic_laravel_admin.git

  2. cd metronic_laravel_admin

  3. 执行 composer 安装 laravel

  4. 修改 .env 中数据库配置,建立一个空数据库

  5. 执行 ./artisan migrate

  6. 执行 ./artisan db:seed

  7. 执行 ./artisan serve

user:admin password:123456

Demo

界面截图:

metronic_laravel_admin's People

Contributors

bohan1115 avatar

Watchers

 avatar  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.