Support the ongoing development of Laravel.io →
Configuration Requests Testing

Hi, i have a question related to Laravel 4 Starter Site. I added a css file in assets/css directory. I try to access the css use <link rel="stylesheet" href="{{asset('bootstrap/css/bootstrap_readable.css')}}">

I got NotFoundHttpException when I use the css file. The css file is set to 755.

Any suggestions?

Last updated 2 years ago.
0

looks like you're using some blade, try:

{{ HTML::style('bootstrap/css/bootstrap_readable.css') }}
Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

donli1210 donli1210 Joined 10 Sep 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.