vicky-project/usermanagement-module

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

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Package info

github.com/vicky-project/usermanagement-module

Language:Blade

Type:laravel-module

pkg:composer/vicky-project/usermanagement-module

Statistics

Installs: 126

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.14 2026-02-21 14:50 UTC

This package is auto-updated.

Last update: 2026-02-21 14:50:50 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