How does Laravel return files in the public directory?
I am new to Laravel and can’t seem to find the answer to a technical detail of the implementation. Essentially, when I put any given file inside the public
directory, for e.g. app.css
, and then navigate to localhost:8000/app.css
, the file gets served without me having to do anything.