jalangle / laravel-usercli
Laravel UserCLI
v0.0.9
2020-08-26 00:38 UTC
Requires
- illuminate/auth: ^6.0|^7.0
- illuminate/cache: ^6.0|^7.0
- illuminate/console: ^6.0|^7.0
- illuminate/container: ^6.0|^7.0
- illuminate/contracts: ^6.0|^7.0
- illuminate/database: ^6.0|^7.0
README
A set of artisan console commands for managing application users
Introduction
LaraUserCLI provides a set of console commands for managing application users. These commands are loosely modeled on the unix user management commands like adduser and deluser. I have grand dreams (though not enough time) of fleshing out the entire tree of user/group management functionality.
Currently optionally looks for Bouncer for managing roles.