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(5y 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 3w ago

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

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

1864d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29935843?v=4)[Khafizi Noh](/maintainers/mkfizi)[@mkfizi](https://github.com/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

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

23.2k33.6k1](/packages/krayin-laravel-crm)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3891.8k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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