sfneal / users
Extended use of the default App\User Eloquent model used by Laravel applications
Installs: 49 198
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 5
Requires
- php: ^8.1|^8.2|^8.3
- sfneal/address: ^1.2.13 || ^2.0 || ^3.0
- sfneal/caching: ^2.1.2|^3.0|^4.0
- sfneal/casts: ^1.1|^2.0
- sfneal/currency: ^2.0
- sfneal/datum: ^1.4.1|^2.0
- sfneal/laravel-helpers: ^2.0
- sfneal/models: ^4.1
- sfneal/scopes: ^1.0 || ^2.0
Requires (Dev)
- josiasmontag/laravel-redis-mock: >=1.2.6
- orchestra/testbench: ^7.40|^8.0|^9.0
- phpunit/phpunit: ^9.6|^10.0|^11.0
- sfneal/mock-models: ^0.9 || ^0.11 || ^0.12
- dev-master
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.11.4
- 0.11.3
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.1
- 0.10.0
- 0.9.1
- 0.9.0
- 0.8.6
- 0.8.5
- 0.8.4
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.0
- 0.6.1
- 0.6.0
- 0.5.0
- 0.4.1
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
This package is auto-updated.
Last update: 2024-11-02 17:21:22 UTC
README
Extended use of the default App\User Eloquent model used by Laravel applications.
Installation
You can install the package via composer:
composer require sfneal/users
In order to autoload to the auth helper functions add the following path to the autoload.files section in your composer.json.
"autoload": { "files": [ "vendor/sfneal/users/src/helpers/auth.php" ] },
To modify the user config file (like adding organization constants) publish the ServiceProvider with the following command.
php artisan vendor:publish --provider="Sfneal\Users\Providers\UsersServiceProvider"
Usage
// Usage description here
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email stephen.neal14@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
PHP Package Boilerplate
This package was generated using the PHP Package Boilerplate.