I recently started using Laravel. After installing Laravel 5 on my Windows 7 machine with WAMP, I began working through the intermediate task tutorial on the Laravel documentation (http://laravel.com/docs/5.1/quickstart-intermediate). The tutorial includes a sleek screenshot of what the UI should look like and mentions that basic Bootstrap styling has been applied. However, they didn't explain how to do this. How can I add Bootstrap styling to my project? Even though I followed the same tutorial and added style names to all my views, my UI still looks very plain.
Thank you!