Skip to content
CatchAdmin 插件市场也正式上线啦!!! GO ! 还有 CatchAdmin 正在参加 Gitee 2025 最受欢迎的开源软件投票活动 ⭐请给我投一票吧!

链接组件

基础使用

php
$form = new Form();

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