端くれプログラマの備忘録 Laravel [Laravel] 5.2で追加されたユーザ認証のscaffoldが超便利そう

[Laravel] 5.2で追加されたユーザ認証のscaffoldが超便利そう

なのでメモ。あと、同じく5.2で追加されたmulti-authも良さげ。

$ php artisan make:auth
Created View: /home/vagrant/Code/Laravel/resources/views/auth/login.blade.php
Created View: /home/vagrant/Code/Laravel/resources/views/auth/register.blade.php
Created View: /home/vagrant/Code/Laravel/resources/views/auth/passwords/email.blade.php
Created View: /home/vagrant/Code/Laravel/resources/views/auth/passwords/reset.blade.php
Created View: /home/vagrant/Code/Laravel/resources/views/auth/emails/password.blade.php
Created View: /home/vagrant/Code/Laravel/resources/views/layouts/app.blade.php
Created View: /home/vagrant/Code/Laravel/resources/views/home.blade.php
Created View: /home/vagrant/Code/Laravel/resources/views/welcome.blade.php
Installed HomeController.
Updated Routes File.
Authentication scaffolding generated successfully!
$ 

laravel5.2-top
laravel5.2-register
laravel5.2-login
laravel5.2-password-reset

参考サイト

Authentication – Laravel – The PHP Framework For Web Artisans
https://laravel.com/docs/5.2/authentication