https://github.com/ikoncoder/auth
Ikoncoder is a self starter milestone web designing and deveflopment software developer.
https://github.com/ikoncoder/auth
design web website
Last synced: about 1 month ago
JSON representation
Ikoncoder is a self starter milestone web designing and deveflopment software developer.
- Host: GitHub
- URL: https://github.com/ikoncoder/auth
- Owner: ikoncoder
- License: mit
- Created: 2021-10-25T13:36:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T13:59:14.000Z (over 4 years ago)
- Last Synced: 2025-05-28T17:16:42.174Z (about 1 year ago)
- Topics: design, web, website
- Language: PHP
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ikoncoder auth
create auth to manage users, roles and permissions in laravel framework project
## Installation
Require the package using composer:
```bash
composer require ikoncoder/auth
```
## Usage
```php
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](./LICENSE.md)