yheihei / laravel_begginer

0 stars 0 forks source link

コントローラとモデルを紐つける(Implicit Binding) #10

Open yheihei opened 4 years ago

yheihei commented 4 years ago

Implicit Bindingを使うと

      {{-- <li><a href="{{ action('PostsController@show', $post->id) }}">{{ $post->title }}</a></li> --}}
      <li><a href="{{ action('PostsController@show', $post) }}">{{ $post->title }}</a></li>