PHPackages                             irsyadadl/fence - 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. irsyadadl/fence

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

irsyadadl/fence
===============

 Fence is a package for authentication views using Laravel fortify package.

v1.0.11(3y ago)8511MITBladePHP ^8.0.2

Since Feb 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/irsyadadl/fence)[ Packagist](https://packagist.org/packages/irsyadadl/fence)[ GitHub Sponsors](https://github.com/irsyadadl)[ Fund](https://saweria.co/irsyadadl)[ RSS](/packages/irsyadadl-fence/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (5)Versions (13)Used By (0)

[![Logo Breeze](/art/logo.svg)](/art/logo.svg)

 [ ![Total Downloads](https://camo.githubusercontent.com/9d8b5701e0fa2438f559cd826b7a7ce49f9a84f5bcbd23574a5a099316e698de/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69727379616461646c2f66656e6365) ](https://packagist.org/packages/irsyadadl/fence) [ ![Latest Stable Version](https://camo.githubusercontent.com/d40822dd8dcd4b734b18de8392ead3057330537936fe9ea91b566989e76f7138/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69727379616461646c2f66656e6365) ](https://packagist.org/packages/irsyadadl/fence) [ ![License](https://camo.githubusercontent.com/8b61cfb2e970b7ea0c1ba0f865eba48e460e79b16fd8b0546ef765cfde78df45/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f69727379616461646c2f66656e6365) ](https://packagist.org/packages/irsyadadl/fence)

Introduction
------------

[](#introduction)

Fence is a package for authentication views using Laravel fortify package! It using tailwind css!

> Hey, Make you sure you do not include `fence` into **your existing app**. Please add `fence` in your new laravel project.

### Install

[](#install)

```
laravel new app
```

Next, you will need to install the [fortify package](https://github.com/laravel/fortify), it's required.

```
composer require laravel/fortify
```

Next, publish Fortify's resources using the `vendor:publish` command:

```
php artisan vendor:publish --provider="Laravel\Fortify\FortifyServiceProvider"
```

Next, you will need to register `FortifyServiceProvider` in the `config/app.php`. Open that file, and add this one line of code.

```
'providers' => [
    // ...
    App\Providers\FortifyServiceProvider::class,
],
```

After that, we can start by installing the fence package like so:

```
composer require irsyadadl/fence --dev
```

When it's done, we can continue to install that boilerplate like this.

```
php artisan fence:install
```

And you're done, things you need to do next is configure your database connection so that you can run `php artisan migrate`.

Project supported by
--------------------

[](#project-supported-by)

- [Parsinta.com](https://parsinta.com)
- [Karteil.com](https://karteil.com)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity65

Established project with proven stability

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 ~56 days

Recently: every ~18 days

Total

12

Last Release

1295d ago

PHP version history (2 changes)v1.0.0PHP ^7.3|^8.0

v1.0.6PHP ^8.0.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/83bfd6b157b01032fedb1ef6f88d2c1bfe37d6a7baa64764d90c9ddf1637901e?d=identicon)[irsyadadl](/maintainers/irsyadadl)

---

Tags

authenticationfencelaravellaravel-packagephplaravelfencefortify view

### Embed Badge

![Health badge](/badges/irsyadadl-fence/health.svg)

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

###  Alternatives

[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k31.3M148](/packages/laravel-breeze)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[scaler-tech/laravel-saml2

SAML2 Service Provider integration for Laravel applications, based on OneLogin toolkit

2737.5k](/packages/scaler-tech-laravel-saml2)

PHPackages © 2026

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