I just tried to view my login page and it tells me this me NotFoundHttpException. I dont know what i am doing wrong..
If i view it directly from the laravel folder, it works well. but when i move the files into my git folder, it prompts that error.
How do i fix this?
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