nyusoftsolutions / user-management-package
Laravel user management package to heandel the user
Requires
- php: ^8.0
- laravel/framework: ^9.0|^10.0|^11.0|^12.0
- yajra/laravel-datatables-oracle: ^9.0 || ^10.0 || ^11.0 || ^12.0
Requires (Dev)
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^10.0
This package is not auto-updated.
Last update: 2025-06-13 05:47:38 UTC
README
A powerful and user-friendly User Management package for Laravel applications, developed by Nyusoft Solution. This package provides essential features for managing users, with a fully functional admin panel.
🚀 Features
✅ Easy installation via Composer 💾 Stores inquiries securely in the database 🧑💼 Admin panel for managing user details 📋 Simple and intuitive interface
📦 Installation
Install the package via Composer:
composer require nyusoftsolutions/user-management-package
🔧 Setup & Configuration
After installing the package, publish the assets and configuration:
php artisan user-management:install
This command will:
Publish configuration files Set up necessary resources Prepare the package for use
Then run the migration to create necessary database tables:
php artisan migrate
🌐 Accessing the Admin Panel
Once installed and configured, you can access the contact inquiry management page at:
/admin/user-details
From here, you can view and manage delete User directly through the admin dashboard.
🛠 Usage With everything installed and configured, you can now:
Display User list on the frontend
Remove the user from the list or database.
Manage user active or inactive status the admin panel
This package is built to integrate seamlessly into your Laravel 11 app structure.
📜 License This package is open-source and available under the MIT License.
💡 Developed with ❤️ by Nyusoft Solution