Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created June 12, 2021 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cursosdesarrolloweb/5ee9a0c965dd74a5526737b9b99affbc to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/5ee9a0c965dd74a5526737b9b99affbc to your computer and use it in GitHub Desktop.
<?php
use Illuminate\Support\Str;
$password = Str::random(8);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment