0
私はLaravel Backpackの画像の列タイプに苦労しています。 documentationは例示します:バックパック管理者:画像の列のタイプ
[
'name' => 'profile_image', // The db column name
'label' => "Profile image", // Table column heading
'type' => 'image',
// optional width/height if 25px is not ok with you
// 'height' => '30px',
// 'width' => '30px',
]
をしかし、私はそれを置くことになってるところ私は知りません。私は推測し、それを$this->crud->setColumns
に入れて、列を追加しましたが、それを働かせることができませんでした。
私はモデルのミューテータであるはずですが、それを書く方法はわかりません。