16 Zeichen zufällige DGITs Laravel
use Illuminate\Support\Str;
$random = Str::random(40);
Modern Marten
use Illuminate\Support\Str;
$random = Str::random(40);