imagina / iuser-module
Imagina iuser laravel module
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:laravel-module
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