PHPackages                             iag/blank-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. iag/blank-auth

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

iag/blank-auth
==============

Laravel authentication views

v2.0.0(6y ago)014MITPHPPHP ^7.2.0CI failing

Since Feb 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/IAndreaGiuseppe/blank-auth)[ Packagist](https://packagist.org/packages/iag/blank-auth)[ Docs](https://github.com/IAndreaGiuseppe/blank-auth)[ RSS](/packages/iag-blank-auth/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

Blank Authentication Views for Laravel
======================================

[](#blank-authentication-views-for-laravel)

This package gives you a blank starting point for your authentication views.

> v2.0 supports Laravel ^7.0

Beside the most common [laravel/ui](https://github.com/laravel/ui) package `blank-auth` gives you only the general **blank** starting point, **without any preset**, of the common authentication views.

Setup
-----

[](#setup)

1. Require the package with Composer

```
composer require iag/blank-auth
```

or inside your composer.json:

```
{
    "iag/blank-auth": "^2.0"
}
```

1. Once the `iag/blank-auth` package has been installed, you MUST install the frontend views using the Install Artisan command:

```
php artisan blankauth:install
```

2. Go to your `../resources/views` folder and style or modify the auth views as your needs.
3. Open the auth routes on `routes/web.php` using the `Auth::routes();` function.
4. If you wish to use the `account` landing page, remember to open the route:

```
Route::get('/account', function () {
    return view('account.index');
})->name('account.index');
```

or simply:

```
Route::view('/account', 'account.index')->name('account.index');
```

Integration with `laravel/ui`
-----------------------------

[](#integration-with-laravelui)

This package can be easily integrate with `laravel/ui`. Use `iag/blank-auth` to scaffold a blank, solid and semantic structure for your auth process and use `laravel/ui` to manage the entire auth process.

1. You can require `laravel/ui` package:

```
{
    "iag/blank-auth": "^2.0",
    "laravel/ui": "^2.0"
}
```

1. Integrates only controllers:

```
php artisan ui:controllers
```

2. Path customization

You can customize the post-authentication redirect path using the `HOME` constant defined in your `RouteServiceProvider`:

```
public const HOME = '/account';
```

Extras
------

[](#extras)

This package gives you a solid HTML5 semantic for the following views:

- a layout and navbar preset,
- a blank account index views,
- all Laravel auth views.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

3

Last Release

2241d ago

Major Versions

v1.0.1 → v2.0.02020-03-29

### Community

Maintainers

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

---

Top Contributors

[![IAndreaGiuseppe](https://avatars.githubusercontent.com/u/57986499?v=4)](https://github.com/IAndreaGiuseppe "IAndreaGiuseppe (5 commits)")

---

Tags

laravelauthviews

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/iag-blank-auth/health.svg)

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

###  Alternatives

[acoustep/entrust-gui

A GUI for the Entrust package.

11425.7k](/packages/acoustep-entrust-gui)[codebot/entrust

This package provides a flexible way to add Role-based Permissions to Laravel

1596.6k](/packages/codebot-entrust)

PHPackages © 2026

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