Where to put css file in laravel project

后端 未结 4 1596
梦如初夏
梦如初夏 2021-01-11 15:53

I have been searching for an answer to this question with no luck. This is my second day using laravel and I\'m trying to create a custom 404 error page. I don\'t know where

4条回答
  •  温柔的废话
    2021-01-11 16:36

    Place your css files inside public folder and use link tag in html document (or 404 template)

    Example

    
    

提交回复
热议问题