users

Extended use of the default App\User Eloquent model used by Laravel applications

MIT License

Downloads
48.5K
Stars
1
Committers
1
users - 2.1.0 Latest Release

Published by sfneal 6 months ago

What's Changed

Full Changelog: https://github.com/sfneal/users/compare/2.0.5...2.1.0

users - 2.0.5

Published by sfneal 6 months ago

What's Changed

Full Changelog: https://github.com/sfneal/users/compare/2.0.4...2.0.5

users - 2.0.4

Published by sfneal 6 months ago

What's Changed

Full Changelog: https://github.com/sfneal/users/compare/2.0.3...2.0.4

users - 2.0.3

Published by sfneal 6 months ago

What's Changed

Full Changelog: https://github.com/sfneal/users/compare/2.0.2...2.0.3

users - 2.0.2

Published by sfneal 6 months ago

What's Changed

Full Changelog: https://github.com/sfneal/users/compare/2.0.1...2.0.2

users - 2.0.1

Published by sfneal 7 months ago

What's Changed

Full Changelog: https://github.com/sfneal/users/compare/2.0.0...2.0.1

users - 2.0.0

Published by sfneal 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/sfneal/users/compare/1.4.2...2.0.0

users - 1.4.2

Published by sfneal over 2 years ago

What's Changed

Full Changelog: https://github.com/sfneal/users/compare/1.4.1...1.4.2

users - 1.4.1

Published by sfneal about 3 years ago

  • fix issue with UserBuilder::whereNameLikeRaw() method causing errors when wrapping names with apostrophes (like "O'hare") #56
  • add use of runTestFiveTimesProvider() data provider for getting test methods that use random attributes to run multiple times #48
users - 1.4.0

Published by sfneal about 3 years ago

  • refactor UserListQuery to accept a name query string as a parameter instead of a Request #43
users - 1.3.1

Published by sfneal about 3 years ago

  • bump min sfneal/models packages version to v2.8.1
  • add assertions to UserListQueryTest now that issues with Sqlite concat & if statements has been resolved
users - 1.3.0

Published by sfneal about 3 years ago

  • fix issues with use of invalidateCache() methods not properly clearing cache
  • add assertions methods UserRolesQueryTest to confirm cache was properly cleared
  • bump sfneal/caching min version to v2.1.2 to support latest implementations of cache invalidation
users - 1.2.0

Published by sfneal about 3 years ago

  • bump sfneal/address & sfneal/models to latest versions to support use of Address accessor traits
  • add use of AddressAccessors trait in User model for providing access to related Address model attributes
  • add accessors_are_accessible() test method to UserTest for testing attribute accessors
  • fix composer package constraints to be more explicit
users - 1.1.5

Published by sfneal about 3 years ago

  • add support for sfneal/caching v2.0
  • fix use of '#' cache key id suffix delimiter with ':'
users - 1.1.4

Published by sfneal about 3 years ago

  • fix sfneal/address min version to v1.2 since broken v1.2.0 & v1.2.1 versions have been removed
users - 1.1.3

Published by sfneal about 3 years ago

  • bump sfneal/mock-models min dev requirements to v0.9
  • refactor import of ModelAttributeAssertions to AssertModelAttributes
users - 1.1.2

Published by sfneal about 3 years ago

  • fix min sfneal/address version to v1.2.2 to fix issues with previously fixed AddressFactory issue
users - 1.1.1

Published by sfneal over 3 years ago

  • optimize database factory & seeder autoloading
  • optimize testing seeders to be autoloaded to Database\Seeders namespace
users - 1.1.0

Published by sfneal over 3 years ago

  • cut User model's 'password' attribute mutator that was causing already hashed passwords to be hashed again
users - 1.0.2

Published by sfneal over 3 years ago

  • fix issue with User & Role models declarations of static boot() methods
Package Rankings
Top 17.08% on Packagist.org
Badges
Extracted from project README
Packagist PHP support Latest Version on Packagist Quality Score Total Downloads