承接 imagina/iuser-module 相关项目开发

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

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

imagina/iuser-module

最新稳定版本:1.0.0

Composer 安装命令:

composer require imagina/iuser-module

包简介

Imagina iuser laravel module

README 文档

README

SEED MODULE (User and Roles by default)

php artisan module:seed Iuser

Configuration PASSPORT

Create Personal Client

  1. Run the following command:
    php artisan passport:client --personal
  1. Type ENTER (users default)

  2. Type ENTER (laravel default)

Create Password Client

  1. Run the following command:
    php artisan passport:client --password
  1. Type ENTER (users default)

  2. Type "laravel-password"

  3. Copy the keys it generates to the .env file

APP URL

Change app url variable in the .env

APP_URL=http://host.docker.internal:8081/

Create Super Admin User

Use the following Artisan command to create a super admin user. Replace the placeholders with the desired user details:

php artisan iuser:create-super-admin demo@example.com FirstName LastName

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2025-08-29