A collection of programming & webdesign
Laravel resources via public

What do you put in resources, what in public?

The resources folder:

  • css
  • js (new files have to be included in webpackmix file, too)

Access via:  ("../js/yourfile.js") 

The public folder:

  • fonts
  • images

Access via:  ("/fonts/yourfont.ttf") 

The storage folder:

  • uploads