create auth to manage users, roles and permissions in laravel framework project
Require the package using composer:
composer require ikoncoder/auth
use Ikoncoder\Auth\UserFactory;
$users = new UserFactory();
$user = $users->getRandomUser();
Pull requests are welcome. For major change to the app, please open an issue first and discuss what you would like to change.
Please be sure to make an update to the test as appropiate.