com.panda180.laravel/user-manager
Simple Laravel package to retrieve users from your database. Install via Composer and call UserManager->getUsers() to fetch all users quickly. Works with Laravel 8+ and PHP 7.4+.
The Laravel User Manager Package is a simple and easy-to-use package that provides functionality to fetch users from the database in a Laravel application. It is designed to streamline the process of retrieving user data, making it a valuable addition to any Laravel project.
You can install the Laravel User Manager Package via Composer. Simply run the following command in your Laravel application's root directory:
composer require com.panda180.laravel/user-manager
Once the package is installed, you can use the UserManager class to fetch users from the database. Here's a basic example of how to use the package:
use UserManager\UserManager;
// Fetch all users
$userManager = new UserManager();
$users = $userManager->getUsers();
dd($users);
Contributions to the Laravel User Manager Package are welcome! If you find any issues or have ideas for improvements, please open an issue or submit a pull request on GitHub.
The Laravel User Manager Package is open-source software licensed under the MIT License.
The Laravel User Manager Package is developed and maintained by Your Name or Organization.
How can I help you explore Laravel packages today?