You have probably linked to your CSS using an absolute path, are you using Blade? If so, use
{{ HTML::style('css/bootstrap.css') }}
to output CSS stylesheet links. This assumes bootstrap.css is inside your public/css folder.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community