Your css files need to be in /public so that a browser can request them. Most have a /public/css folder
Feb 17, 2016
3
Level 13
blade include .css
What's the default place to store .css files for views and how can I include them into my blade template? My current view "test.blade.php" for example is located in "\resources\views\invoices".
I would like to set all .css files into "\resources\views\invoices\assets". How can I call them into my view in the best way? Any built in functions in blade to do so?
Please or to participate in this conversation.