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
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.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community