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

in index.blade.php write

{{ Form::open(array('route' => 'login.index', 'role' => 'form')) }}

in routes.php write

Route::get('login', array('as' => 'login.index', 'uses' => 'LoginController@getIndex'));
Route::post('login', array('as' => 'login.entry', 'uses' => 'LoginController@postIndex'));

Maybe something messed up rewriting of their projects.
Error in the properties form is not specified route.
Error in routes.php not indicated what function to call in the controller to your rule.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

kirchaj kirchaj Joined 1 Jul 2014

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.