Laravel/Bootstrap integration example Database seeding uses Faker library: https://github.com/fzaninotto/Faker Important files: database/seeds/ProductsTableSeeder.php routes/web.php app/Http/Controllers/ProductController.php resources/views/layout.blade.php resources/views/products/details.blade.php resources/views/products/list.blade.php