My site's directory structure is;
site -> app -> public --> soundfiles (directory having sounds files)
route.php: Route::get("soundfiles", "controller@soundfiles");
when I hit mysite/soundfiles it shows me soudfiles directory instead of going to => controller@soundfiles.
I want it does not show sound files. where is the problem.
via user6638472