2017 © Pedro Peláez
 

library auth-scaffold

Laravel 5.1 authentication scaffolding

image

mnshankar/auth-scaffold

Laravel 5.1 authentication scaffolding

  • Saturday, August 1, 2015
  • by mnshankar
  • Repository
  • 1 Watchers
  • 6 Stars
  • 206 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Laravel 5.1 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., (*1)

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., (*2)

Installation

Pull in the package via composer:, (*3)

composer require mnshankar/auth-scaffold

Add the package service provider to your config/app.php file:, (*4)


/* * Application Service Providers... */ mnshankar\auth\AuthServiceProvider::class,

Usage

The package exposes an artisan command called 'scaffold:auth', (*5)

php artisan scaffold:auth

Navigating to /home should bring up the auth page., (*6)

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)., (*7)

Credits

  1. Laravel Framework, Taylor Otwell - Original Code
  2. https://github.com/laravel/framework/tree/3db46b66ea66cae863514ea5c8f6f9d08dadab35/src/Illuminate/Foundation/Console

The Versions

01/08 2015

dev-master

9999999-dev

Laravel 5.1 authentication scaffolding

  Sources   Download

MIT

The Requires

 

by Shankar Manamalkav

01/08 2015

1.1

1.1.0.0

Laravel 5.1 authentication scaffolding

  Sources   Download

MIT

The Requires

 

by Shankar Manamalkav

28/07 2015

1.0

1.0.0.0

Laravel 5.1 authentication scaffolding

  Sources   Download

MIT

The Requires

 

by Shankar Manamalkav