This is my route:
Route::get('login', 'HomeController@showLogin'); Route::post('login','HomeController@actionLogin');
And my controller is: http://laravel.io/bin/W4kVa
If you would like to see the my git repository, i could send the link to you, so you could see what im talking about.
I don't think there's anything wrong with the code, but perhaps with you moving stuff in/out of your git directory. Why are you moving stuff into the git folder?
Cos i want my team members to be able to work with on the project... is this a wrong approach?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community