My CSS and JS file in public folder on localhost, but Its not working. I use laravel 5.2. I tried a lot of ways but still failed.
I don't want to use ,
<link href="{{asset('/css/app.css')}}" rel="stylesheet">
I used :
<link href="public/css/app.css" rel="stylesheet">
But It's not working. Please, give me solution. What do I do about this?
Thank you.