I am using now Laravel 4, What is the best method to use bootstrap for my site? Is there some stuff I need to change and where do I put the css files?
Someone sa
Download bootstrap and extract the contents inside public/components/
public/components/
Using Blade as your view compiler, use it like this:
or like this
{{ HTML::style('components/bootstrap/dist/css/bootstrap.min.css') }}