Package Data | |
---|---|
Maintainer Username: | taoyu65 |
Maintainer Contact: | taoyu65@gmail.com (Tao Yu) |
Package Create Date: | 2017-01-09 |
Package Last Update: | 2020-01-30 |
Home Page: | |
Language: | JavaScript |
License: | MIT |
Last Refreshed: | 2024-11-23 03:03:23 |
Package Statistics | |
---|---|
Total Downloads: | 348 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 40 |
Total Watchers: | 6 |
Total Forks: | 14 |
Total Open Issues: | 1 |
中文介绍(https://github.com/taoyu65/UMIAdmin/blob/master/readme_ch.md)
Umi admin is powerful backend management system, including
composer create-project --prefer-dist laravel/laravel blog 5.3.*
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
DB_HOST=localhost DB_DATABASE=new a null database DB_USERNAME=user name DB_PASSWORD=password
YM\UmiServiceProvider::class, YM\umiAuth\umiAuthServiceProvider::class,
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)
in the file config/app.php, 'locale' => 'zh_cn' or 'en'
The Laravel framework is open-sourced software licensed under the MIT license.