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 1mo ago

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 64% 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

3934d 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

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M597](/packages/laravel-ui)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M157](/packages/orchestra-canvas)[casbin/laravel-authz

An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.

324339.9k4](/packages/casbin-laravel-authz)[sammyjo20/lasso

Lasso - Asset wrangling for Laravel made simple.

355347.9k](/packages/sammyjo20-lasso)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

34450.0k2](/packages/andrewdwallo-filament-companies)

PHPackages © 2026

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