Page 1 of 1

how to access public folder(css js..) in Laravel framework

PostPosted: June 12th, 2017, 9:27 pm
by hdkwonnz
Hello,
How to access public folder(css, js etc) when I use builtin web server(F5 or Ctrl F5)?
I cannot load files(css, js) from public folder when I use debug(F5 or Ctrl F5) on Laravel5.4.

Thanks