This package provides a flexible way to add Account capability to your users.
gorankrgovic/laraccount is a Laravel package for this package provides a flexible way to add account capability to your users..
It currently has 0 GitHub stars and 6 downloads on Packagist (latest version v0.0.3).
Install it with composer require gorankrgovic/laraccount.
Discover more Laravel packages by gorankrgovic
or browse all Laravel packages to compare alternatives.
Last updated
Laraccount is an easy and flexible way to add account authorization capability to Laravel 5 (>=5.2.32).
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
Laraccount is open-sourced software licensed under the MIT license.
Please report any issue you find in the issues page. Pull requests are more than welcome.