Coder Social home page Coder Social logo

umiadmin's Introduction

Laravel PHP Framework

中文介绍(https://github.com/taoyu65/UMIAdmin/blob/master/readme_ch.md)

License

Umi admin is powerful backend management system, including

  • BREAD system (Browse, Read, Edit, Add, & Delete), made for Laravel 5.3.
  • RBAC system (role and permission control) including 2 parts, table of database (combine with BREAD) and web page url control
  • data table search function with customized searching option
  • customized relation of table for table's delete or update
  • display any foreign key to any format you want to show on the web page (like foreign key to drop down list or text box or pop up a window to show)

installation

  1. install composer and laravel 5.3 Please install correctly. recommends use the follow command

composer create-project --prefer-dist laravel/laravel blog 5.3.*

  1. install UMI Admin.

composer require ym/umi v0.1.2.*
If not prefer to use composer to install, please read https://github.com/taoyu65/UMIAdmin/wiki/install_en

  1. config (.env)

DB_HOST=localhost
DB_DATABASE=new a null database
DB_USERNAME=user name
DB_PASSWORD=password

  1. add server provider to "config/app.php"

YM\UmiServiceProvider::class,
YM\umiAuth\umiAuthServiceProvider::class,

  1. run command to install application and config file

php artisan umi:install (option for choosing language 1=chinese 2=english) input number then press enter. (warning:if need to change language for database after installation only run command php artisan umi:install --lang-zh-only / --lang-en-only)

  1. setting language:

in the file config/app.php, 'locale' => 'zh_cn' or 'en'

  1. ok, let's start.
    warning: Please keep the new database is empty before install application, or empty database before run the installation command

图片

License

The Laravel framework is open-sourced software licensed under the MIT license.

umiadmin's People

Contributors

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