Create User authentication system with roles and permissions.

1.0.1 2021-10-26 11:10 UTC

This package is auto-updated.

Last update: 2024-05-26 19:41:17 UTC


README

create auth to manage users, roles and permissions in laravel framework project

Installation

Require the package using composer:

composer require ikoncoder/auth 

Usage

use Ikoncoder\Auth\UserFactory;

$users = new UserFactory();

$user = $users->getRandomUser();

Contributing

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.

License

MIT