Hi Ixenox,
Code seems fine. Is the path to 'main.css' correct (view page source in your browser) ?
Hello ! please help, im having an issue with my code so basically i want to use a dedicated assets folder named "login-resources" , so i placed it in the public folder . example for a css file there : login-resources/css/main.css
So when i try to call this css in my blade template with : {{ asset('login-resoures/css/main.css') }}
i see only 404 errors on my consol when i visit that login page
have i messed-up somewhere ?
Update : The problem was : the folder of the new resources : login-resources was owned by user 0 group 0 while laravel was owned by user 33:33
just ran a Chown -R and it solved the problem hopes this helps others
Please or to participate in this conversation.