微调
This commit is contained in:
@@ -58,7 +58,7 @@ class IndexController extends AdminController
|
|||||||
// $form->list('subjoin', '附加')
|
// $form->list('subjoin', '附加')
|
||||||
// ->help('只有领导班子需要添加');
|
// ->help('只有领导班子需要添加');
|
||||||
|
|
||||||
$form->image('cover', '封面')
|
$form->cropper('cover', '封面')
|
||||||
->move('images/'.date('Y/m/d'))
|
->move('images/'.date('Y/m/d'))
|
||||||
->removable()
|
->removable()
|
||||||
->uniqueName();
|
->uniqueName();
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ class HomeController extends Controller
|
|||||||
public function index(Content $content)
|
public function index(Content $content)
|
||||||
{
|
{
|
||||||
return $content
|
return $content
|
||||||
->title('Dashboard')
|
->title('看板')
|
||||||
->description('Description...')
|
->description('配置信息...')
|
||||||
// ->row(Dashboard::title())
|
// ->row(Dashboard::title())
|
||||||
->row(function (Row $row) {
|
->row(function (Row $row) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user