PHPackages                             igirid/authify - 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. igirid/authify

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

igirid/authify
==============

Laravel based frontend-agnostic authentication package

033PHP

Since Oct 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Igirid/authify)[ Packagist](https://packagist.org/packages/igirid/authify)[ RSS](/packages/igirid-authify/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Authify
=======

[](#authify)

Authify is designed to give laravel developers a headstart. If you would, for some valid reason, rather have seperate models for different user types in your application, Authify basically scaffolds Authentication, Registration, Verification, Password recovery and 2FA Laravel driven boilerplate for your aplication. Authify exposes yor Backend logic in the `App\Http\Controllers` namespace. We understand you may still want to modify the logic to coresspond fully with your project demands, so we let yo do just that.

> Note that Authify does not re-invent The Wheel (except in terms of 2FA), It harmonously integrates pre-existing Laravel features into one package to save your precious time.

Requirements
------------

[](#requirements)

1. "laravel/framework" : "^8.54"

Configuration
=============

[](#configuration)

Publish Authify's Resources using the `vendor:publish` command
--------------------------------------------------------------

[](#publish-authifys-resources-using-the-vendorpublish-command)

`php artisan vendor:publish --provider="Igirid\Authify\AuthifyServiceProvider"`

Ensure `$namespace` in your RouteServiceProvider.php is `'App\Http\Controllers'`
--------------------------------------------------------------------------------

[](#ensure-namespace-in-your-routeserviceproviderphp-is-apphttpcontrollers)

```
