16 Characters Random Dgits Laravel

[Solved] 16 Characters Random Dgits Laravel | Php Frameworks Laravel - Code Explorer | yomemimo.com
Question : 16 characters random dgits laravel

Answered by : modern-marten-abwi0r4tcbi9

use Illuminate\Support\Str;
$random = Str::random(40);

Source : https://laravel.com/docs/7.x/helpers#method-str-random | Last Update : Sat, 13 Jun 20

Answers related to 16 characters random dgits laravel

Code Explorer Popular Question For Php Frameworks Laravel