تماشای ویدئو Part 14 Reading from our Database How to Build a Blog with Laravel 5 Series از آی-ویدئو

It is time to work on the R from CRU D, or “Read”. In this video we focus on the posts.show function of our controller. This function is designed to show a specific blog post to the user. The url for posts.show is /posts/{posts} or in other words the {posts} will represent the primary id number for the post that we want to view. So the user’s url will look like this /posts/1 or /posts/124 and this will signify to laravel that we want to view the post with the primary id of 1 or 124 (depen
21 تیر 1396
آی-ویدئو