Laravel add user via admin panel

my goal is add users by myself via admin panel. A form for entering the name, email and password is created. Username, password and email are fields of the same table, is it possible for the form to allow add values via hidden inputs and insert them ​​into different table in the database? The values from hidden inputs will be constant, only in different table than the name, password and email values.



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/31b6Tnr
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time