I just started learning Laravel, and I faced an issue. I made two view files. The first one is home.blade.php and the second one is welcome.blade.php. In the routes folder, web.php, I used the Route::redirect('/home', '/welcome'); redirect method, which ...
Home/PHP/Page 6