imagina / iuser-module
There is no license information available for the latest version (1.0.0) of this package.
Imagina iuser laravel module
Package info
github.com/imagina/imaginacms-iuser
Type:laravel-module
pkg:composer/imagina/iuser-module
1.0.0
2025-08-29 02:29 UTC
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