I am using the below code to redirect to the root page. return Redirect::to('/'); I have defined t...
Sorry, this does not make sense to me. What difference is there if my name my "/" controll...
Hi, It still redirects to the /home URI. I am really working on a bigger project and I need to add b...
This is the PagesController section. public function home() { //your code return view('home'); } I...
dukejib said: the "home" function in your PagesController. It should say public function...
The Laravel portal for problem solving, knowledge sharing and community building.
The community