Where to put css file in laravel project

后端 未结 4 1617
梦如初夏
梦如初夏 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:48

    1. search for Public folder in laravel

    2. Create css folder(That contain stylesheet files of your project), javascript,and Images folder (contain images that you will use in your project).

    . Go to layouts in app.blade.php file update html code using blade sintax .

    
    

    and JS

    
    

提交回复
热议问题