imagina/iuser-module

There is no license information available for the latest version (1.0.0) of this package.

Imagina iuser laravel module

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:laravel-module

1.0.0 2025-08-29 02:29 UTC

This package is auto-updated.

Last update: 2025-08-29 22:33:10 UTC


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