1
Well, I need to use a theme but I’m not understanding where to put the files, besides this I’m having problems with the import of css files, actually the files I’m putting inside views. My folder structures are as follows:
-resources
-css
-errors
-fonts
-img
-less
-media
-vendor
-vendors
-index.blade.php (Pagina index onde tem o html base)
-meio.blade.php (Pagina onde tem o conteúdo da pagina principal.)
I am importing the files as follows on the index.blade.php page`
<link href="/../resources/views/vendors/bower_components/animate.css/animate.min.css" rel="stylesheet">
The mistake you’re making is this console.log
browser:
Failed to load Resource: the server responded with a status of 404 (Not Found)
How should my folder structures look to recognize css, and to better divide the project ?