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