kineticamobile / lumki

Laravel 8 Users Management. Add-on to Jetstream, using spatie/laravel-permissions & lab404/laravel-impersonate
Other
75 stars 26 forks source link

Add/Delete/Modify user #2

Closed darklord1807 closed 3 years ago

darklord1807 commented 3 years ago

Would it be possible to also add the feature to add/delete and update a user?

raultm commented 3 years ago

Hello,

We appreciate your suggestion.

But... we think it's not a good idea. Why?

User Edit Form The users table usually changes during the development of the project(fields added, fields edited, fields removed) so we can't do a fully customizable form to YOUR APP user. But we added in config file a way to handle custom inputs in the user edit form.

User/Delete Creation For applications in production the user generation/deletion usually involves some routines (run custom commands, populate fields with specific value, etc). We think this functionality is out of the context of this package.