gorankrgovic / laraccount
This package provides a flexible way to add Account capability to your users.
v0.0.3
2018-09-18 11:17 UTC
Requires
- php: >=5.6.0
- kkszymanowski/traitor: ^0.2.0
- laravel/framework: ~5.2.32|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0
Requires (Dev)
- mockery/mockery: >=0.9.9
- orchestra/testbench: ~3.2.0|~3.3.0|~3.4.6|~3.5.0|~3.6.0|~3.7.0
- phpunit/phpunit: >=4.1
This package is auto-updated.
Last update: 2025-02-19 01:39:08 UTC
README
Laraccount is an easy and flexible way to add account authorization capability to Laravel 5 (>=5.2.32).
Installation, Configuration and Usage
Via composer
composer require gorankrgovic/laraccount
After that publish the config file
php artisan vendor:publish --tag="laraccount"
And run the setup command.
php artisan laraccount:setup
Finally, run the migrations and you are ready
php artisan migrate
What does Laraccount support?
- Multiple user models.
- Multiple accounts can be attached to users.
- Accounts caching.
- Events when accounts are attached, detached or synced.
License
Laraccount is open-sourced software licensed under the MIT license.
Contributing
Please report any issue you find in the issues page. Pull requests are more than welcome.