This is my controller public function authenticate(Request $request) { $username = Input::get('usern...
i'm unable to store data of a signup form in my database table, plz help
jimgwhit said: here is my register page: {!! Form::open(array('url' => 'doregister')) !!} &l...
jimgwhit said: Are you trying to register a new user or login an existing user? And if not default...
musamagoher said: jimgwhit said: After these lines try this, first comment out everything after th...
jimgwhit said: After these lines try this, first comment out everything after these lines then: $t...
phroggyy said: Halnex said: Hello, I'm just starting out with Laravel 5, I come from Laravel 4 env...
The Laravel portal for problem solving, knowledge sharing and community building.
The community