Skip to content

Releases: taylornetwork/laravel-username-generator

Added word dictionary support

31 Oct 18:10
f70e649
Compare
Choose a tag to compare

Added support for empty names to be converted to random usernames using a wordlist

Fix custom column bug

01 Jun 19:18
d01d4f1
Compare
Choose a tag to compare

Fix bug detailed in #16

2.2.1

23 May 22:57
871afac
Compare
Choose a tag to compare
Update composer.json to include more php versions

Added minimum length support

23 May 18:59
f64af62
Compare
Choose a tag to compare
Merge pull request #15 from taylornetwork/enforce-min-length

Added min length support

Add email and driver support

21 May 02:00
2265472
Compare
Choose a tag to compare

2.0.0: Merge pull request #8 from taylornetwork/dev

08 May 19:15
0bd2ce6
Compare
Choose a tag to compare

Fixes extra separators

17 Feb 19:32
Compare
Choose a tag to compare

This fixes an issue where separators were added when trimming extra characters.

Example (using '-' as separator):

$generator->generate('123 this is a test!');

Would return:

'----this-is-a-test-'

If no separator was used this behaviour would not be seen.

Fix assignment issue

11 Feb 14:53
93349cb
Compare
Choose a tag to compare
1.1.3

Fix assignment error

1.1.2

23 Oct 12:39
Compare
Choose a tag to compare
Potential minor fix for 5.7

v1.1.0

29 May 15:03
91fdbfa
Compare
Choose a tag to compare
  • Changed makeUsername method to generate (makeUsername STILL has support, use generate preferably)
  • Added generateFor method which allows you to pass a model for the generator to grab the name directly
  • Added GeneratesUsernames trait which will automatically add a username on model saving if it's null
  • Changed the constructor to allow an array parameter to set config