@haritz Check your controller code where you are returning the view
it should be like
return view('league.some_blade_file_name')
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello,
I just uploaded my project to one shared hosting and the home view works fine but when I try to go to antoher page I get the error that the view is not found.
The home.blade.php is located in resources/views and then I have resources/views/league folder where I have more views.
If I move one of resources/views/league view to resources/views, its works fine on my page, but if its inside resources/views/league, I get the error.
Thank you
@haritz Check your controller code where you are returning the view
it should be like
return view('league.some_blade_file_name')
Please or to participate in this conversation.