deka/deka-users

Manage users in a laravel application, including roles and permissions

2.3 2023-07-03 12:29 UTC

This package is auto-updated.

Last update: 2024-05-03 14:51:53 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require deka/deka-users

You can publish and run the migrations with:

php artisan vendor:publish --provider="Deka\DekaUsers\DekaUsersServiceProvider" --tag="migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="Deka\DekaUsers\DekaUsersServiceProvider" --tag="config"

Usage

This package contains route endpoints for crud integration on user, roles and permissions, to be integrated in a laravel app using adminLTE The named route to reference: 'dusers.users'

First migrate and then give yourself the role of 'super user' to be able to visit the routes. Other users can eb added with the permission 'manage users', to give them rights to visit and edit users as well. In order for others to also have rights to change roles and permisisons add permission 'manage permissions' to their account.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.