主题
$form = new Form(); return $form->make(new Roles(), function (Form $form) { $form->url('url', 'URL')->required(); })->labelWidth(120);