vicky-project/usermanagement-module

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

Installs: 48

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:laravel-module

pkg:composer/vicky-project/usermanagement-module

dev-main 2025-12-22 05:51 UTC

This package is auto-updated.

Last update: 2025-12-26 07:39:26 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