skip to Main Content

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