PHPackages                             mkfizi/forstrap - 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. mkfizi/forstrap

ActiveProject[Framework](/categories/framework)

mkfizi/forstrap
===============

Laravel 8 authentication boilerplate using Laravel Fortify package and stylized with Bootstrap 5 CSS framework.

1.0.0(4y ago)61453MITPHPPHP ^7.3|^8.0

Since May 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mkfizi/forstrap)[ Packagist](https://packagist.org/packages/mkfizi/forstrap)[ RSS](/packages/mkfizi-forstrap/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (12)Versions (2)Used By (0)

Forstrap
========

[](#forstrap)

Forstrap is a Laravel 8 authentication boilerplate using Fortify package and stylized with Bootstrap 5 CSS framework without the complexity of Jetstream and TailwindCSS and extends Laravel Fortify base features.

How To Use This?
----------------

[](#how-to-use-this)

Run this command below where app is the folder you want to create your project with.

```
composer create-project mkfizi/forstrap app
```

Run this command after you change your **.env** file

```
php artisan migrate
```

That's it! Your new app is now ready with authentication features

### Email Configuration

[](#email-configuration)

In order to experience the complete Laravel Fortify and Forstrap authentication features, you must set your email configuration in **.env** file. You may use [mailtrap.io](https://mailtrap.io/) for development purpose and use it's SMTP integration codes in your **.env** file.

Extended Feature
----------------

[](#extended-feature)

Aside from the out of the box Fortify's authentication features, this boilerplate also came with an extended feature which enables the application to send the two factor recovery codes to user's email address.

### Folder Structure

[](#folder-structure)

The files for this features can be located in these folders

```
App/
|--Http/
|  |--Controllers
|     |--EmailController.php
|--Mail/
   |--TwoFactorRecoveryCodes.php
Resources/
|--Views/
   |--Emails/
      |--two-factor-recovery-codes.blade.php
```

### Route

[](#route)

The route for this feature can be located in web.php with this line

```
Route::post('/user/two-factor-recovery-codes/email', 'App\Http\Controllers\EmailController@sendTwoFactorRecoveryCodes')->name('two-factor-recovery-codes.send');
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

1811d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5576bfef91bde198b8be08f5d7d727ec67f01efa40a3878fc567984a0d2b59be?d=identicon)[mkfizi](/maintainers/mkfizi)

---

Top Contributors

[![mkfizi](https://avatars.githubusercontent.com/u/29935843?v=4)](https://github.com/mkfizi "mkfizi (27 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mkfizi-forstrap/health.svg)

```
[![Health](https://phpackages.com/badges/mkfizi-forstrap/health.svg)](https://phpackages.com/packages/mkfizi-forstrap)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)

PHPackages © 2026

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