PHPackages                             vanthao03596/fortify-limitless - 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. [Framework](/categories/framework)
4. /
5. vanthao03596/fortify-limitless

ActiveLibrary[Framework](/categories/framework)

vanthao03596/fortify-limitless
==============================

Fortify-driven Laravel UI replacement

1.0.3(4y ago)021MITSCSSPHP ^7.4|^8.0

Since Jun 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/vanthao03596/fortify-limitless)[ Packagist](https://packagist.org/packages/vanthao03596/fortify-limitless)[ Docs](https://github.com/vanthao03596/fortify-limitless)[ GitHub Sponsors](https://github.com/vanthao03596)[ RSS](/packages/vanthao03596-fortify-limitless/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Fortify-driven Laravel UI replacement
=====================================

[](#fortify-driven-laravel-ui-replacement)

[![Latest Version on Packagist](https://camo.githubusercontent.com/97a36356c37d9b4b419b830774647c319de55c187b11a5618f64dff73e9cb61d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76616e7468616f30333539362f666f72746966792d6c696d69746c6573732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vanthao03596/fortify-limitless)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/25444ba75b133b90ed5b83ee7c02631a1447821682676421a372d14b10c9ea4b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f76616e7468616f30333539362f666f72746966792d6c696d69746c6573732f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/vanthao03596/fortify-limitless/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/7732254b082ad2ac8594655a1837fa21d14143b24f78a3bec188c49ae8a21dc2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76616e7468616f30333539362f666f72746966792d6c696d69746c6573732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vanthao03596/fortify-limitless)

[![](https://camo.githubusercontent.com/4f4b2d14747bc39e75b505b2f12d1f0d7d03bbb763528ffcfd027aa1ad561eba/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f466f72746966794c696d69746c6573732e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d76616e7468616f3033353936253246666f72746966792d6c696d69746c657373267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d4c61726176656c2b466f72746966792b64726976656e2b7265706c6163656d656e742b746f2b7468652b4c61726176656c2b55492b7061636b616765266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)](https://camo.githubusercontent.com/4f4b2d14747bc39e75b505b2f12d1f0d7d03bbb763528ffcfd027aa1ad561eba/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f466f72746966794c696d69746c6573732e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d76616e7468616f3033353936253246666f72746966792d6c696d69746c657373267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d4c61726176656c2b466f72746966792b64726976656e2b7265706c6163656d656e742b746f2b7468652b4c61726176656c2b55492b7061636b616765266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)

Introduction
============

[](#introduction)

**FortifyLimitless** is an unopinionated authentication starter, powered by [*Laravel Fortify*](https://github.com/laravel/fortify). This package can be used to start your project, or you can use the [*FortifyUi Preset Template*](https://github.com/zacksmash/fortify-ui-preset) which allows you to create your own preset that you can install with **FortifyUI**.

---

- [Installation](#installation)
- [Configuration](#configuration)
- [Features](#features)
    - [Email Verification](#features-email-verification)
    - [Password Confirmation](#features-password-confirmation)
    - [Two-Factor Authentication](#features-two-factor-auth)
    - [Update User Password/Profile](#features-password-profile)
- [FortifyLimitless Presets](#presets)

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

[](#installation)

To get started, you'll need to install **FortifyLimitless** using Composer. This will install *Laravel Fortify* as well.

```
composer require vanthao03596/fortify-limitless
```

Next, you'll need to run the install command:

```
php artisan fortify-limitless
```

This command will publish **FortifyLimitless's** views, add the `home` route to `web.php` and add the **FortifyLimitless** service provider to your `app/Providers` directory. This will also publish the service provider and config file for *Laravel Fortify*. Lastly, it will register both service providers in the `app.php` config file, under the providers array.

That's it, you're all setup! For advanced setup and configuration options, keep reading!

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

[](#configuration)

Edit `FortifyUIServiceProvider`.

```
Fortify::loginView(function () {
    return view('auth.login');
});

Fortify::registerView(function () {
    return view('auth.register');
});

Fortify::requestPasswordResetLinkView(function () {
    return view('auth.forgot-password');
});

Fortify::resetPasswordView(function ($request) {
    return view('auth.reset-password', ['request' => $request]);
});

// Fortify::verifyEmailView(function () {
//     return view('auth.verify-email');
// });

// Fortify::confirmPasswordView(function () {
//     return view('auth.confirm-password');
// });

// Fortify::twoFactorChallengeView(function () {
//     return view('auth.two-factor-challenge');
// });
```

To register all views at once, you can use this instead:

```
Fortify::viewPrefix('auth.');
```

Now, you should have all of the registered views required by *Laravel Fortify*, including basic layout and home views, as well as optional password confirmation, email verification and two-factor authentication views.

Features
--------

[](#features)

By default, **FortifyLimitless** is setup to handle the basic authentication functions (Login, Register, Password Reset) provided by *Laravel Fortify*.

### Email Verification

[](#email-verification)

To enable the email verification feature, you'll need to visit the **FortifyLimitless** service provider and uncomment `Fortify::verifyEmailView()`, to register the view. Then, go to the `fortify.php` config file and make sure `Features::emailVerification()` is uncommented. Next, you'll want to update your `User` model to include the following:

```
use Illuminate\Contracts\Auth\MustVerifyEmail;

class User extends Authenticatable implements MustVerifyEmail
{
    ...
```

This allows you to attach the `verified` middleware to any of your routes, which is handled by the `verify.blade.php` file.

[More info about this can be found here.](https://github.com/laravel/fortify/blob/1.x/README.md#email-verification)

### Password Confirmation

[](#password-confirmation)

To enable the password confirmation feature, you'll need to visit the **FortifyLimitless** service provider and uncomment `Fortify::confirmPasswordView()`, to register the view. This allows you to attach the `password.confirm` middleware to any of your routes, which is handled by the `password-confirm.blade.php` file.

### Two-Factor Authentication

[](#two-factor-authentication)

To enable the two-factor authentication feature, you'll need to visit the **FortifyLimitless** service provider and uncomment `Fortify::twoFactorChallengeView()`, to register the view. Then, go to the `fortify.php` config file and make sure `Features::twoFactorAuthentication` is uncommented. Next, you'll want to update your `User` model to include the following:

```
use Laravel\Fortify\TwoFactorAuthenticatable;

class User extends Authenticatable
{
    use HasFactory, Notifiable, TwoFactorAuthenticatable;
    ...
```

That's it! Now, you can log into your application and enable or disable two-factor authentication.

### Update User Password/Profile

[](#update-user-passwordprofile)

To enable the ability to update user passwords and/or profile information, go to the `fortify.php` config file and make sure these features are uncommented:

```
Features::updateProfileInformation(),
Features::updatePasswords(),
```

FortifyLimitless Presets
------------------------

[](#fortifylimitless-presets)

**FortifyLimitless** encourges make your own presets, with your favorite frontend libraries and frameworks. To get started, visit the [*Fortify UI Preset Template*](https://github.com/zacksmash/fortify-ui-preset) repository, and click the "Use Template" button.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [phamthao](https://github.com/vanthao03596)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~14 days

Total

4

Last Release

1743d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad1bd53ef184a90dd04b7503e0d7f7805fc020a0630257befbe4bf3bd22a4b6a?d=identicon)[vanthao03596](/maintainers/vanthao03596)

---

Top Contributors

[![vanthao03596](https://avatars.githubusercontent.com/u/34786441?v=4)](https://github.com/vanthao03596 "vanthao03596 (20 commits)")

---

Tags

laravelfortifyvanthao03596fortify-limitless

### Embed Badge

![Health badge](/badges/vanthao03596-fortify-limitless/health.svg)

```
[![Health](https://phpackages.com/badges/vanthao03596-fortify-limitless/health.svg)](https://phpackages.com/packages/vanthao03596-fortify-limitless)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M672](/packages/laravel-socialite)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M224](/packages/laravel-horizon)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M529](/packages/laravel-passport)[laravel/sail

Docker files for running a basic Laravel application.

1.9k186.9M1.0k](/packages/laravel-sail)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.4k10.6M272](/packages/laravel-boost)[rebing/graphql-laravel

Laravel wrapper for PHP GraphQL

2.2k7.1M26](/packages/rebing-graphql-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
