users

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

MIT License

Downloads
48.5K
Stars
1
Committers
1
users - 1.0.1

Published by sfneal over 3 years ago

  • fix issue with DatabaseSeeder causing ambiguous class resolutions
  • refactor all the seeders to tests namespace except RoleSeeder which can be used in production- fix issue with DatabaseSeeder causing ambiguous class resolutions
  • refactor all the seeders to tests namespace except RoleSeeder which can be used in production
users - 1.0.0

Published by sfneal over 3 years ago

  • initial production release
  • bump sfneal/post-office min version to v1.0
  • fix issues with HelpersTest::isAdminOrActiveUser() test method
users - 0.11.4

Published by sfneal over 3 years ago

  • bump sfneal/laravel-helpers min version to v2.0 to enable use of AppInfo when installing using '--prefer-lowest' flag
  • bump sfneal/post-office min version to v0.8
  • refactor import of Sfneal\PostOffice\Notifications AbstractNotification to Notification
users - 0.11.3

Published by sfneal over 3 years ago

  • fix user migration's 'role_id' column to be nullable to allow use of UserFactory with creating a 'role' relationship
users - 0.11.2

Published by sfneal over 3 years ago

  • fix 'user' table migration 'bio' column definition to use mediumText() instead of text()
  • add phpunit min version
users - 0.11.1

Published by sfneal over 3 years ago

  • fix issue with UserBuilder::allWithInactive() methods return type hinting
  • addallWithInactive() test method to UserBuilderTest
users - 0.11.0

Published by sfneal over 3 years ago

  • add test suite for testing builders, factories, queries, config, migrations, helper functions, etc
  • bump sfneal/datum min version to v1.4.1
  • bump sfneal/mock-models min version to v0.5
users - 0.10.1

Published by sfneal over 3 years ago

  • bump sfneal/models min version to v2.1
  • refactor use of Authenticatable to AuthModel
users - 0.10.0

Published by sfneal over 3 years ago

  • bump sfneal/models min version to v2.0
  • bump sfneal/caching to latest the version to avoid dependency conflicts
users - 0.9.1

Published by sfneal over 3 years ago

  • fix sfneal/models version constraint (^1.0)
  • fix sfneal/address version constraint (^1.1.0)
users - 0.9.0

Published by sfneal over 3 years ago

  • bump sfneal/currency dependency to 2.0
users - 0.8.6

Published by sfneal over 3 years ago

  • cut use of AbstractService extensions
users - 0.8.5

Published by sfneal over 3 years ago

  • refactor whereNotUser() method to whereUserNot()
  • add whereUserNotIn() method to UserBuilder.
users - 0.8.4

Published by sfneal over 3 years ago

  • add new methods to UserBuilder & RoleBuilder for scoping query results with 'role' clauses
users - 0.8.3

Published by sfneal over 3 years ago

  • add whereNotRole(), whereRoleIn(), whereRoleNotIn(), whereRole() & orWhereRole() methods to UserBuilder
  • addwhereName() method to RoleBuilder
users - 0.8.2

Published by sfneal over 3 years ago

  • add isWebDeveloper() method to User model for checking User roles
  • fix isAdmin() method to return true if the user has a 'web developer' role
users - 0.8.1

Published by sfneal over 3 years ago

  • add 'email_footer' attribute accessor to User model for retrieving a custom email footer for any User
  • cut 'plan_management_buckets' attribute from fillables.
users - 0.8.0

Published by sfneal over 3 years ago

  • bump sfneal/datum package min version to 1.0 (initial production release)
  • make ServiceProvider that publishes a config file with organization constants
  • make OrganizationService for accessing org constants (name, address, phone, etc)
  • add config tests to the test suite
  • cut autoloading of auth.php helper functions
users - 0.7.0

Published by sfneal over 3 years ago

  • bump sfneal/datum package min version to 0.11
  • refactor implementations of Query interface to extensions of abstract Query class
  • add implementations of protected builder() method in Query extensions
users - 0.6.1

Published by sfneal over 3 years ago

  • bump sfneal/datum package min version to 0.8
  • extensions of AbstractQuery to implementations of Query interface.
Package Rankings
Top 17.08% on Packagist.org
Badges
Extracted from project README
Packagist PHP support Latest Version on Packagist Quality Score Total Downloads