adding css and js file in laravel 5.3

前端 未结 4 1019
萌比男神i
萌比男神i 2021-02-14 10:06

I want to include a css all css and js in single page and load it in all page.Now If I want to include bootstrap.css and bootstrap.js in welcome page I have included in welcome

4条回答
  •  不思量自难忘°
    2021-02-14 10:48

    You can define a master layout view file then define your CSS and JS there. Then all of your view file will extend that layout file. See documentation here: https://laravel.com/docs/5.3/blade

提交回复
热议问题