Why Laravel 5.1 removed the default authentication views? -


i new laravel , testing authentication part of laravel 5.1. , got "view [auth.login] not found." error when accessing "/auth/login". looks authentication view not there supposed be.

how can back? should try 5.0 instead? thanks.

since laravel 5 auth views, assets , routes removed. arrival of version 5.1 has seen disappearance of these items after many discussions ...

when install laravel 5.1 home page (welcome.blade.php). in order authentication stuff install package :

scafold

laravel 5.1 lts release means long term support, bug fixes 2 years , security fixes 3 years ... it's recommended use 5.1 instead of 5.


Comments