mercredi 19 octobre 2016

Controller not returning the view

I've created a view which is inside the folder userprofile. I'm trying to show the view and when i enter the url it didn't gave me some error but it doesn't show anything, it stay on the same page.

This is my function in controller

public function viewChangePassword(){

        return view('userprofile.changepassword');
    }

and the route

Route::get('/userprofile/changepassword','userProfileController@viewChangePassword');



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire