Skip to content

Instantly share code, notes, and snippets.

@shameemreza
Created April 7, 2020 00:06
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 shameemreza/eb355e974e98ebeb34fb9f3fd900edee to your computer and use it in GitHub Desktop.
Save shameemreza/eb355e974e98ebeb34fb9f3fd900edee to your computer and use it in GitHub Desktop.
Str::uuid
// We import the support for this helper
use Illuminate\Support\Str;
// We use the helper
echo($imagename) Str::uuid();
// We get a random identifier
6e358c39-9663-4a1f-b911-4fd6baaa5b1c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment