修改文章
This commit is contained in:
@@ -59,6 +59,8 @@ class IndexController extends AdminController
|
|||||||
$form->belongsToMany('categories', CategorySelectAble::class, __('关联分类'));
|
$form->belongsToMany('categories', CategorySelectAble::class, __('关联分类'));
|
||||||
|
|
||||||
// $form->text('keywords', '关键词')->rules('nullable');
|
// $form->text('keywords', '关键词')->rules('nullable');
|
||||||
|
$form->text('job', '岗位');
|
||||||
|
$form->text('working', '工龄');
|
||||||
$form->textarea('description', '内容简介')->rules('max:350');
|
$form->textarea('description', '内容简介')->rules('max:350');
|
||||||
$form->image('cover', '封面')
|
$form->image('cover', '封面')
|
||||||
->move('images/'.date('Y/m/d'))
|
->move('images/'.date('Y/m/d'))
|
||||||
|
|||||||
Reference in New Issue
Block a user