PHPackages                             mnshankar/auth-scaffold - 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. mnshankar/auth-scaffold

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

mnshankar/auth-scaffold
=======================

Laravel 5.1 authentication scaffolding

1.1(10y ago)6224MITPHP

Since Jul 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mnshankar/auth-scaffold)[ Packagist](https://packagist.org/packages/mnshankar/auth-scaffold)[ RSS](/packages/mnshankar-auth-scaffold/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (3)Used By (0)

Laravel 5.1 Authentication Scaffold
===================================

[](#laravel-51-authentication-scaffold)

Laravel 5.0 had this cool "opt-in" artisan command to generate files required to quickly scaffold a simple authentication system. Apart from the auth views (login, register, change pwd), this also created a master layout page. This was a great time saver for me.

For unknown reasons, this feature did not make it to version 5.1. So, I modified the code that Taylor wrote for the 5.0 branch and created a package.

Installation
------------

[](#installation)

Pull in the package via composer:

```
composer require mnshankar/auth-scaffold

```

Add the package service provider to your config/app.php file:

```
/*
 * Application Service Providers...
 */

mnshankar\auth\AuthServiceProvider::class,
```

Usage
-----

[](#usage)

The package exposes an artisan command called 'scaffold:auth'

```
php artisan scaffold:auth

```

Navigating to /home should bring up the auth page.

Usage Notes
-----------

[](#usage-notes)

It is *highly recommended* that you run this only on a fresh Laravel install - even prior to changing the default 'App' namespace. It replaces and copies several (key) files (controllers,routes and views).

Credits
-------

[](#credits)

1. Laravel Framework, Taylor Otwell - Original Code
2.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

3991d ago

### Community

Maintainers

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

---

Top Contributors

[![mnshankar](https://avatars.githubusercontent.com/u/2873887?v=4)](https://github.com/mnshankar "mnshankar (7 commits)")

### Embed Badge

![Health badge](/badges/mnshankar-auth-scaffold/health.svg)

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M201](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[laravel/folio

Page based routing for Laravel.

603583.7k33](/packages/laravel-folio)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)

PHPackages © 2026

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