PHPackages                             bantenprov/form-auth - 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. bantenprov/form-auth

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

bantenprov/form-auth
====================

Nama Prestasi

0193[1 issues](https://github.com/bantenprov/form-auth/issues)Vue

Since May 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/bantenprov/form-auth)[ Packagist](https://packagist.org/packages/bantenprov/form-auth)[ RSS](/packages/bantenprov-form-auth/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

form-auth
=========

[](#form-auth)

form-auth

### Install via composer

[](#install-via-composer)

```
$ composer require bantenprov/form-auth:dev-master
```

### Edit `config/app.php`

[](#edit-configappphp)

```
'providers' => [

    //......
    Bantenprov\FormAuth\FormAuthServiceProvider::class,
```

### artisan command

[](#artisan-command)

```
$ php artisan vendor:publish --tag=form-auth-assets --force && php artisan migrate
```

```
$ php artisan form-auth:setup
```

### edit `app/User.php`

[](#edit-appuserphp)

```
    /**
     * The accessors to append to the model's array form.
     *
     * @var array
     */
    protected $appends = [
        'photo_url',

        //=========
        'redirect',
    ];

    /* .................. */

    /**
     * Get the redirect attribute.
     *
     * @return string
     */
    public function getRedirectAttribute()
    {
        return 'siswa.pendaftaran-wizard';
    }
```

### edit `.evn`

[](#edit-evn)

```
DEFAULT_USER_ROLE=siswa
```

### add new role

[](#add-new-role)

### Vue trust &gt; Role &gt; \[+\]

[](#vue-trust--role--)

```
+-------+--------------+
|  name | display name |
+-------+--------------+
| siswa |     Siswa    |
+-------+--------------+

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.3% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28588981?v=4)[Provinsi Banten](/maintainers/bantenprov)[@bantenprov](https://github.com/bantenprov)

---

Top Contributors

[![feripratama](https://avatars.githubusercontent.com/u/32523275?v=4)](https://github.com/feripratama "feripratama (28 commits)")[![andri-sudarmawijaya](https://avatars.githubusercontent.com/u/28795941?v=4)](https://github.com/andri-sudarmawijaya "andri-sudarmawijaya (2 commits)")[![bantenprov](https://avatars.githubusercontent.com/u/28588981?v=4)](https://github.com/bantenprov "bantenprov (1 commits)")

### Embed Badge

![Health badge](/badges/bantenprov-form-auth/health.svg)

```
[![Health](https://phpackages.com/badges/bantenprov-form-auth/health.svg)](https://phpackages.com/packages/bantenprov-form-auth)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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