I have a folder I\'ve placed in the /public folder in my Laravel site. The path is:
/public/test
the \"test\" folder has a file called inde
used to face this problem before, as a dirty little trick, you may rename the test folder to something else then update
return File::get(public_path() . '/to new folder name/index.html');
the key is no conflict between your route url with your folder in public