Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taoyu65/umiadmin
laravel admin
https://github.com/taoyu65/umiadmin
bread laravel-framework
Last synced: 2 months ago
JSON representation
laravel admin
- Host: GitHub
- URL: https://github.com/taoyu65/umiadmin
- Owner: taoyu65
- Created: 2017-01-09T08:34:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T18:24:29.000Z (almost 5 years ago)
- Last Synced: 2024-10-09T16:23:02.236Z (2 months ago)
- Topics: bread, laravel-framework
- Language: JavaScript
- Homepage:
- Size: 18.8 MB
- Stars: 40
- Watchers: 6
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Laravel PHP Framework
中文介绍(https://github.com/taoyu65/UMIAdmin/blob/master/readme_ch.md)
#
[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework)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 umi_admin 5.3.*
2. 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
3. config (.env)
>DB_HOST=localhost
>DB_DATABASE=new a null database
>DB_USERNAME=user name
>DB_PASSWORD=password
4. add server provider to "config/app.php"
>YM\UmiServiceProvider::class,
>YM\umiAuth\umiAuthServiceProvider::class,
5. 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)
6. setting language:
>in the file config/app.php, 'locale' => 'zh_cn' or 'en'
7. renew app_key, run command: $ php artisan key:generate
8. ok, let's start.
warning: Please keep the new database is empty before install application, or empty database before run the installation command## 图片
![](http://umi.laravelumi.com/public/img/img2/a.jpg)
![](http://umi.laravelumi.com/public/img/img2/b.jpg)
![](http://umi.laravelumi.com/public/img/img2/c.jpg)
![](http://umi.laravelumi.com/public/img/img2/d.jpg)
![](http://umi.laravelumi.com/public/img/img2/e.jpg)
![](http://umi.laravelumi.com/public/img/img2/f.jpg)
![](http://umi.laravelumi.com/public/img/img2/g.jpg)
![](http://umi.laravelumi.com/public/img/img2/h.jpg)## License
The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).