LaravelのCRUD

つい忘れて調べたくなるのですが、入門用の情報が多くそこは不要なのでド直球にしました。

メソッドURIアクションルート名
GET/photosindexphotos.index
GET/photos/createcreatephotos.create
POST/photosstorephotos.store
GET/photos/{photo}showphotos.show
GET/photos/{photo}/editeditphotos.edit
PUT/PATCH/photos/{photo}updatephotos.update
DELETE/photos/{photo}destroyphotos.destroy
引用元
https://readouble.com/laravel/8.x/ja/controllers.html

投稿者プロフィール

TakaharaRyuji
PAGE TOP