How to include External CSS and JS file in Laravel 5

后端 未结 14 1803
庸人自扰
庸人自扰 2020-11-30 19:18

I am Using Laravel 5.0 , the Form and Html Helper are removed from this version , i dont know how to include external css and js files in my header file. Currently i am usin

14条回答
  •  死守一世寂寞
    2020-11-30 19:26

    Ok so I was able to figure out for the version 5.2. You will first need to create assets folder in your public folder then put css folder and all css files into it then link it like this :

    
    

    Hope that helps!

提交回复
热议问题