receipt Security code in custom type get Verification code too easy with one line code
From your terminal:
composer require taymaz/scode
This starts to install scode package its working with composer so you can use it to easy.
in your app where you like add this part of code to get Verification code and use it .
use Taymaz\Scode\Scode;
this code going to return pin code like : 8456
Scode::pinCode()->apply();
you can also get code with particular lentgh size :
Scode::pinCode()->size(6)->apply();