Skip to content

v2.5

Compare
Choose a tag to compare
@itssamtaylor itssamtaylor released this 02 Dec 18:18
· 85 commits to master since this release
0d28179
  • Added maximum length check.
  • Added ability for pre-filled usernames to go through generate process to allow for consistent username styles.
  • Added checking for similar usernames using REGEXP or LIKE (LIKE is a fallback if REGEXP fails).
  • Added a check if a username is unique as is before checking for similar ones.
  • Added checkMinLength and checkMaxLength hooks on base driver.
  • Updated composer.json to support PHP 7.2 and above
  • Updated readme for better Laravel 8+ quickstart