PHPackages                             laravolt/auth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. laravolt/auth

AbandonedLibrary[Authentication &amp; Authorization](/categories/authentication)

laravolt/auth
=============

Laravel auth extended

4.10.5(5y ago)128.5k3[5 issues](https://github.com/laravolt/auth/issues)MITPHPPHP &gt;=7.1.3CI failing

Since Nov 16Pushed 5y ago3 watchersCompare

[ Source](https://github.com/laravolt/auth)[ Packagist](https://packagist.org/packages/laravolt/auth)[ Docs](https://github.com/laravolt/auth)[ RSS](/packages/laravolt-auth/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (11)Versions (69)Used By (0)

laravolt/auth
=============

[](#laravoltauth)

[![https://travis-ci.org/laravolt/auth](https://camo.githubusercontent.com/fd9c555d620e37cc71dddce3c62253f4c7e271774f457a9a38a28b0c29754296/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c617261766f6c742f617574682e737667)](https://camo.githubusercontent.com/fd9c555d620e37cc71dddce3c62253f4c7e271774f457a9a38a28b0c29754296/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c617261766f6c742f617574682e737667)[![https://coveralls.io/github/laravolt/auth](https://camo.githubusercontent.com/ef1c3874f1d8af7412776f0733da85c013492fbb2141d46b0c58a036dc5c28ec/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6c617261766f6c742f617574682e737667)](https://camo.githubusercontent.com/ef1c3874f1d8af7412776f0733da85c013492fbb2141d46b0c58a036dc5c28ec/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6c617261766f6c742f617574682e737667)[![SensioLabsInsight](https://camo.githubusercontent.com/542dfccd0d6850b94b63b36b154e1d9432ab76da9125a44205edebd6c775fc43/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f36346134646134382d346361622d343138652d393539342d6362393064376633653739322f6d696e692e706e67)](https://insight.sensiolabs.com/projects/64a4da48-4cab-418e-9594-cb90d7f3e792)

Laravel authentication with some additional features:

- Activation
- Enable/disable registration
- Captcha
- Custom email template
- Functionally tested

Installation
------------

[](#installation)

- Run `composer require laravolt/auth`
- For Laravel 5.4 or below, add `Laravolt\Auth\ServiceProvider::class` as service providers
- Optionally, you can run `php artisan vendor:publish --provider="Laravolt\Auth\ServiceProvider" --tag="migrations"` to publish migrations files for further editing

Configuration
-------------

[](#configuration)

```
