Well, I need to use a theme but I'm not understanding where I should put the files, besides I'm having problems with importing the 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'm importing the files as follows in the index.blade.php page
<link href="/../resources/views/vendors/bower_components/animate.css/animate.min.css" rel="stylesheet">
The error you are giving is this in console.log
of the browser:
Failed to load resource: the server responded with a status of 404 (Not Found)
How should I get my folder structures to recognize css, and to better split the project?