Relative Content

Tag Archive for mysqllaraveleloquentcontent-management-systemlaravel-11

How To generate codes for differnt kinds of users

I have a table users where i have 3 kinds of users Admin, Customer and User now i want to auto generate codes such as A000001 for admin and the number would keep on adding as admins increase, C000001 for customer and number keeps increasing and U000001 for user and so for it so how can i auto generate this code for the users using laravel i’m unable to understand i’m very new to this laravel kindly help.