Currently, you can add users from the command line with `php artisan user:add` Make this also support `php artisan user:delete`. Most importantly, create some tests and documentation for these commands.
Currently, you can add users from the command line with
php artisan user:addMake this also support
php artisan user:delete.Most importantly, create some tests and documentation for these commands.