Support the ongoing development of Laravel.io →
Authentication
Last updated 1 year ago.
0

It's removed again in 5.1, you can find it on https://github.com/laravel/laravel/tree/v5.0.0/

0

Thanks for the immediate reply. Can I use this version(v5.0.0) to build my application.. Whether all files are updated properly?

Thanks, Sreejith

0

I copied the views from the 5.0 branch to my 5.1 project and added back the routes. I don't think I had to do anything else.

Route::controllers([
	'auth' => 'Auth\AuthController',
	'password' => 'Auth\PasswordController',
]);

There is a project on github that wraps this into a package, I think it's better to do it manually, but check out https://github.com/bestmomo/scafold if you need help.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.