vicky-project/usermanagement-module

User Management module for admin application. Build on top of nwidart/laravel-modules

Installs: 14

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:laravel-module

pkg:composer/vicky-project/usermanagement-module

1.0.5 2025-11-29 14:20 UTC

This package is auto-updated.

Last update: 2025-11-29 14:59:00 UTC


README

composer require vicky-project/usermanagement-module

Activate module

After installation module, by default is not active yet. You can activate this module using:

php artisan module:enable UserManagement

Run migration and seeder

php artisan migrate
php artisan module:seed UserManagement