Str random laravel 5.8

PHP
use Illuminate\Support\Str;

$random = Str::random(40);
Source

Also in PHP: