Try changing Route::any('/user/login', array('as' => 'login', 'uses' => 'UserController@login'...
Username and Password not accepted Is your error. Have you made sure those settings are correct?
Yes you can. In your app/config/app.php file set debug to true (temporarily) or watch the app/stora...
Try this. foreach ($filelist as $page) { Route::get( $page, function() use ($pa...
Try using ' instead of ". Form::text will wrap the attributes with quotes which is probably br...
The Laravel portal for problem solving, knowledge sharing and community building.
The community