Skip to content
Advertisement

How to generate unique Voucher code in laravel 5.2?

I want to save unique voucher code and mix of characters and numerics and it should be 6 in length. I am using Laravel Framework 5.2

JavaScript

$voucher->code i want to save in this filed can anyone help me

Advertisement

Answer

I am using this function You may use it like something like bellow

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement