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
- Run the following command:
php artisan passport:client --personal
-
Type ENTER (users default)
-
Type ENTER (laravel default)
Create Password Client
- Run the following command:
php artisan passport:client --password
-
Type ENTER (users default)
-
Type "laravel-password"
-
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
其他信息
- 授权协议: Unknown
- 更新时间: 2025-08-29