Skip to content

Instantly share code, notes, and snippets.

@alva-v
Last active October 9, 2023 10:05
Show Gist options
  • Save alva-v/2a18b72ef02b030b3edab349425351c9 to your computer and use it in GitHub Desktop.
Save alva-v/2a18b72ef02b030b3edab349425351c9 to your computer and use it in GitHub Desktop.
Generating a Laravel hashed password
<?php
Illuminate\Support\Facades\Hash::make($passwordString)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment