All Projects → yaoshanliang → Ucenter

yaoshanliang / Ucenter

用户中心 统一身份认证

Projects that are alternatives of or similar to Ucenter

Valet4windows
Windows version of Laravel Valet
Stars: ✭ 61 (-6.15%)
Mutual labels:  laravel
Laravel Email Verification
Laravel package to handle user verification using an activation mail
Stars: ✭ 63 (-3.08%)
Mutual labels:  laravel
Laravel Lang
🌏 75 languages support for Laravel application.
Stars: ✭ 1,134 (+1644.62%)
Mutual labels:  laravel
Eloquentfilter
An Eloquent Way To Filter Laravel Models And Their Relationships
Stars: ✭ 1,113 (+1612.31%)
Mutual labels:  laravel
Laravel Cadillac
🍺 A database tool for laravel.
Stars: ✭ 63 (-3.08%)
Mutual labels:  laravel
Iwatched
Track movies or tv shows you watched.
Stars: ✭ 64 (-1.54%)
Mutual labels:  laravel
Laravel Docker
Getting Started With Laravel and Docker.
Stars: ✭ 61 (-6.15%)
Mutual labels:  laravel
E Wallet
Wallet project based on laravel. The project is integrated with stripe for card payments and paypal APIs. It is 90% complete with features including deposits send money with cool ui. Clone the project and start your wallet system asap. cheers
Stars: ✭ 65 (+0%)
Mutual labels:  laravel
Laravel Auth Tests
Some boilerplate tests for Laravel's auth scaffold
Stars: ✭ 62 (-4.62%)
Mutual labels:  laravel
Tall
A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel
Stars: ✭ 1,133 (+1643.08%)
Mutual labels:  laravel
Coyote
4programmers.net
Stars: ✭ 61 (-6.15%)
Mutual labels:  laravel
Nova Custom Email Sender
A Laravel Nova tool that sends ad-hoc email messages from the dashboard.
Stars: ✭ 62 (-4.62%)
Mutual labels:  laravel
Laravel Mongodb Passport
A package to get Laravel Passport working with MongoDB
Stars: ✭ 64 (-1.54%)
Mutual labels:  laravel
Laravel Opcache
Laravel Package for OPcache
Stars: ✭ 1,116 (+1616.92%)
Mutual labels:  laravel
Laravel Websockets Chat Example
Example of a real-time chat system built with the Laravel WebSockets package, VueJs, and Laravel-echo.
Stars: ✭ 65 (+0%)
Mutual labels:  laravel
Laravel Editor Md
editor.md for Laravel , markdown editor for Laravel
Stars: ✭ 61 (-6.15%)
Mutual labels:  laravel
Laravel Potion
laravel - Potion is a pure PHP asset manager for Laravel 5 based off of Assetic.
Stars: ✭ 63 (-3.08%)
Mutual labels:  laravel
Watchable
Enable users to watch various models in your application.
Stars: ✭ 65 (+0%)
Mutual labels:  laravel
Laravel Api Health
Monitor first and third-party services and get notified when something goes wrong!
Stars: ✭ 65 (+0%)
Mutual labels:  laravel
Laravel Packme
A CLI starter pack for developing a package with Laravel 5
Stars: ✭ 64 (-1.54%)
Mutual labels:  laravel

用户中心

——“统一身份认证服务”、“用户系统”、“权限系统”、“日志系统”、“文件系统”、“邮件服务”、“短信服务”

地址: http://ucenter.iat.net.cn

  • 用户名:admin 密码:123456

开放平台: http://yaoshanliang.github.io/ucenter-open

安装配置

1、下载源码

git clone https://github.com/yaoshanliang/ucenter.git

或者

composer require yaoshanliang/ucenter

2、一些权限

chmod -R 777 storage
chmod -R 777 bootstrap/cache

3、安装依赖

composer install

4、配置

cp .env.example .env

修改为自己的配置

5、执行数据库迁移

php artisan migrate

6、导入数据

php artisan db:seed

7、cache写入

访问/api/sys/cache

8、登录

用户名:admin 密码:123456

Q&A

1、开发者开发的流程?

  • (1)创建应用
  • (2)调用API进行开发
  • (3)用户分配
  • (4)权限分配
  • (5)应用上线

2、应用中的用户怎么来?

  • 自行注册,申请某个应用的访问权限,待应用管理员允许后方可登陆访问;
  • 应用管理员从用户库中选择可以访问的用户,用户库中不存在时可添加(导入)用户;

3、应用中的用户权限怎么管理?

  • 应用管理员在用户中心的后台管理中选择可访问的用户,分配相应的角色。

4、一个用户可以多个角色吗?

  • 可以。可以在应用中进行角色的切换,应用管理员需设置用户的默认角色;如:应用开发者也是应用管理员的角色。
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].