承接 nusait/usermanager-l4 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nusait/usermanager-l4

Composer 安装命令:

composer require nusait/usermanager-l4

包简介

README 文档

README

Available Commands

usermanager:adduser
usermanager:listusers

To Install

  1. Include the following in your composer.json
"nusait/usermanager-l4" : "*"
  1. Run
composer update
  1. Include the following in your app.php in your config folder
'Nusait\UsermanagerL4\UsermanagerL4ServiceProvider',
  1. Publish the configuration
php artisan config:publish nusait/usermanager-l4
  1. If you don't have a ldap.php in your app/config folder, Create one with the following:
<?php
	return array(
		'rdn' => 'your rdn string',
		'password' => 'your password'
	);
  1. Include Traits in your User and Role models

(User Model)

 ...
class User extends Eloquent implements UserInterface, RemindableInterface {
	use Nusait\UsermanagerL4\Traits\UserManagerUserRelatable;
 ...

(Role Model)

 ...
class Role extends Eloquent {
	use Nusait\UsermanagerL4\Traits\UserManagerRoleRelatable;
 ...

To Use

Run (on production server) Example:

php artisan usermanager:adduser netid --role="admin"

统计信息

  • 总下载量: 207
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2013-10-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固