css file not getting captured in laravel project

Solutions on MaxInterview for css file not getting captured in laravel project by the best coders in the world

showing results for - "css file not getting captured in laravel project"
Ewen
28 Sep 2020
1<link href="{{ asset('css/app.css') }}" rel="stylesheet" type="text/css" >
2
similar questions