LaravelCollective HTML 表单片段
Sublime Text 3 用于 LaravelCollective/html 表单元素的片段。
详细信息
安装
- 总数 30K
- Win 20K
- Mac 3K
- Linux 6K
2022年8月6日 | 2022年8月5日 | 2022年8月4日 | 2022年8月3日 | 2022年8月2日 | 2022年8月1日 | 2022年7月31日 | 2022年7月30日 | 2022年7月29日 | 2022年7月28日 | 2022年7月27日 | 2022年7月26日 | 2022年7月25日 | 2022年7月24日 | 2022年7月23日 | 2022年7月22日 | 2022年7月21日 | 2022年7月20日 | 2022年7月19日 | 2022年7月18日 | 2022年7月17日 | 2022年7月16日 | 2022年7月15日 | 2022年7月14日 | 2022年7月13日 | 2022年7月12日 | 2022年7月11日 | 2022年7月10日 | 2022年7月9日 | 2022年7月8日 | 2022年7月7日 | 2022年7月6日 | 2022年7月5日 | 2022年7月4日 | 2022年7月3日 | 2022年7月2日 | 2022年7月1日 | 2022年6月30日 | 2022年6月29日 | 2022年6月28日 | 2022年6月27日 | 2022年6月26日 | 2022年6月25日 | 2022年6月24日 | 2022年6月23日 | 2022年6月22日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 2 | 0 | 0 | 3 | 1 | 2 | 1 | 0 | 0 | 0 | 2 | 1 | 0 | 3 | 0 | 2 | 0 | 1 | 0 | 0 | 2 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 |
自述文件
LaravelCollective HTML 表单片段 for Sublime Text
Sublime Text 3 用于 LaravelCollective/html 表单元素的片段。
喜欢这个项目吗?
安装
通过 Package Control
- 在 Sublime Text 中按
Ctrl
+Shift
+P
打开命令面板 - 搜索
Package Control: Install Package
并按Enter
- 在软件包列表中搜索
LaravelCollective HTML Form Snippets
并按Enter
安装
通过 Git
在 Sublime Text 的“软件包”目录(Linux 上的 ~/.config/sublime-text-3/Packages)中克隆存储库
git clone [email protected]:PHLAK/laravelcollective-html-form-snippets.git
使用方法
要使用这些片段,键入触发文本,然后按 Tab
键。
触发文本 | 输出 |
---|---|
formopen |
{!! Form::open() !!} |
formclose |
{!! Form::close() !!} |
formtoken |
{{!! Form::token() !!} |
formmodel |
{{!! Form::model($user, []) !!} |
formlabel |
{{!! Form::label($for, $text, []) !!} |
formtext |
{{!! Form::text($name, $value, []) !!} |
formtextarea |
{{!! Form::textarea($name, $value, []) !!} |
formpassword |
{{!! Form::password($name, []) !!} |
formhidden |
{{!! Form::hidden($name, $value, []) }} |
formemail |
{{!! Form::email($name, $value, []) }} |
formfile |
{{!! Form::file($name, []) }} |
formcheckbox |
{{!! Form::checkbox($name, $value, $checked, []) }} |
formradio |
{{!! Form::radio($name, $value, $checked, []) }} |
formnumber |
{{!! Form::number($name, $value, []) }} |
formdate |
{{!! Form::date($name, \Illuminate\Support\Carbon::now(), []) }} |
formselect |
{{!! Form::select($name, $optionsArray, $defaultKey, []) }} |
formselectrange |
{!! Form::selectRange($name, $min, $max), [] !!} |
表单选择区 |
{!! Form::selectMonth($name, []) !!} |
表单提交 |
{!! Form::submit($text, []) !!} |
贡献力量
- Fork 这个仓库
- 进行您的更改
- 提交 pull 请求
变更日志
可以在 GitHub 发布页面 找到更改列表。
故障排除
要获取一般帮助和支持,请加入我们的 Spectrum 社区。
请将错误报告到 GitHub 问题追踪器。
版权
本项目遵循 MIT 许可协议。