skip to Main Content

How to add image to Twitter Bootstrap with Laravel 5.2

I am using twitter bootstrap template in My laravel app. I need add image which include in my imgs folder in public folder home.jpg. how can I add this image to following bootstrap scripts. <div class="item active"> <img class="first-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="…

VIEW QUESTION

SEO Friendly URLs Laravel

Working on a project with Laravel 5.2 and just trying to implement SEO friendly urls and remove the id aspect from the url itself. Usually you would do something like this: Route::resource('post', 'PostsController'); where you would have in url "www.mywebsite.com/post/12"…

VIEW QUESTION
Back To Top
Search