I recently installed Laravel 5.2 and i´ve been experiencing some problems loading css and js files from the project public folder. I have all my views on the resources folder and my asset files on the public folder, i tried installing html collective but is not working. Could someone please help me link the css and js files, so they load.
This is my view:
<link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="/css/app.css" />
You can use the asset helper:
Cf docs: https://laravel.com/docs/5.2/helpers#method-asset