Laravel resources via public
March 06, 2021
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:
Access via: ("/fonts/yourfont.ttf")
The storage folder: