Laravel 表单 Bootstrap 技巧
方便地使用 Sublime Text 技巧以创建带有 Twitter Bootstrap 3 的 Laravel Collective Forms 的表单输入。
标签 技巧
详细信息
安装次数
- 总计 34K
- Win 24K
- Mac 4K
- Linux 6K
Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | Jul 4 | Jul 3 | Jul 2 | Jul 1 | Jun 30 | Jun 29 | Jun 28 | Jun 27 | Jun 26 | Jun 25 | Jun 24 | Jun 23 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 2 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 2 | 1 | 1 | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 |
Mac | 1 | 1 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 |
自述文件
Laravel Collective Forms + Bootstrap 技巧用于 Sublime Text
方便的 Sublime Text 技巧,用于创建预先格式化的 Laravel Collective Forms 输入,以便使用 Twitter 的 Bootstrap 3。
安装
首先,您需要安装语法包 laravel-blade,然后使用以下选项之一安装此包
通过 Package Control:搜索
Laravel Forms Bootstrap Snippets
。通过 Git,将此存储库克隆到您的 Packages 文件夹中
git clone https://github.com/redgluten/laravel_forms_boostrap_snippets.git
- 或下载技巧 zip 文件并将其解压到您的 Packages 文件夹中(Windows & Linux:
首选项 > 浏览包...
,Mac:Sublime Text > 首选项 > 浏览包...
)。
使用方法
当您在 Sublime Text 中编辑视图时,键入技巧快捷键,然后按 tab 键。
可用技巧
常规
输入 | 快捷键 |
---|---|
表单 | bootform |
表单模型 | bootformmodel |
输入项
输入 | 快捷键 |
---|---|
按钮 | bootbutton |
复选框 | bootcheckbox |
日期 | bootdate |
电子邮件 | bootemail |
文件 | bootfile |
隐藏的 | boothidden |
数字 | bootnumber |
密码 | bootpassword |
单选钮 | bootradio |
下拉列表 | bootselect |
月份下拉列表 | bootselectmonth |
年份下拉列表 | bootselectyear |
范围下拉列表 | bootselectrange |
文本 | boottext |
文本区域 | boottextarea |
水平输入
输入 | 快捷键 |
---|---|
复选框 | bootcheckboxh |
日期 | bootdateh |
电子邮件 | bootemailh |
文件 | bootfileh |
数字 | bootnumberh |
密码 | bootpasswordh |
单选钮 | bootradioh |
下拉列表 | bootselecth |
月份下拉列表 | bootselectmonthh |
年份下拉列表 | 启动选择年份 |
范围下拉列表 | 启动选择范围 |
文本 | 启动文本 |
文本区域 | 启动文本框 |