All Projects → redgluten → laravel_forms_boostrap_snippets

redgluten / laravel_forms_boostrap_snippets

Licence: other
Handy Sublime Text snippets to create forms inputs for Laravel Collective Forms with Twitter Bootstrap 3.

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to laravel forms boostrap snippets

SaneSnippets
Sublime Text snippets optimized for humans, not robots
Stars: ✭ 59 (+55.26%)
Mutual labels:  snippets, sublime-text
Pawn Sublime Language
Pawn language settings for Sublime Text 3. Copied from C++ but with Pawn language and SA:MP specific modifications.
Stars: ✭ 26 (-31.58%)
Mutual labels:  snippets, sublime-text
Packagedev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
Stars: ✭ 378 (+894.74%)
Mutual labels:  snippets, sublime-text
GDL-sublime
📝 A Sublime Text package for the programming language GDL (Geometric Description Language)
Stars: ✭ 25 (-34.21%)
Mutual labels:  snippets, sublime-text
Sublime Robot Framework Assistant
Robot Framework plugin for Sublime Text3
Stars: ✭ 103 (+171.05%)
Mutual labels:  snippets, sublime-text
React Native Snippets
✏️ A collection of React Native snippets for Sublime Text and Atom
Stars: ✭ 257 (+576.32%)
Mutual labels:  snippets, sublime-text
Sublimecodeintel
💡 Full-featured code intelligence and smart autocomplete for Sublime Text
Stars: ✭ 5,050 (+13189.47%)
Mutual labels:  snippets, sublime-text
sublime-PICO-8
PICO-8 plugin for the Sublime Text 3 editor.
Stars: ✭ 42 (+10.53%)
Mutual labels:  snippets, sublime-text
sublime-angular-material-snippets
Angular Material Design snippets plugin for Sublime Text 2/3
Stars: ✭ 25 (-34.21%)
Mutual labels:  snippets, sublime-text
Vuejs Snippets Sublime
Vuejs Snippets for Sublime Text
Stars: ✭ 70 (+84.21%)
Mutual labels:  snippets, sublime-text
opentype-feature-bundle
Syntax highlighting and snippets for OpenType feature development in TextMate/Sublime Text
Stars: ✭ 35 (-7.89%)
Mutual labels:  snippets, sublime-text
Comment Snippets
Sublime Text snippets to create fancy PHP, CSS and HTML comments.
Stars: ✭ 142 (+273.68%)
Mutual labels:  snippets, sublime-text
network tech
Cisco config syntax and snippets for Sublime Text
Stars: ✭ 82 (+115.79%)
Mutual labels:  snippets, sublime-text
Coffeescript Sublime Plugin
Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
Stars: ✭ 296 (+678.95%)
Mutual labels:  snippets, sublime-text
github markdown snippets
GitHub flavored Markdown with plain'ol HTML knowledge! Boom!
Stars: ✭ 23 (-39.47%)
Mutual labels:  snippets, sublime-text
Sublime Rails Snippets
Sublime Text snippets for the latest Ruby and Rails versions
Stars: ✭ 406 (+968.42%)
Mutual labels:  snippets, sublime-text
Bulma-Snippets-Sublime-Text-Plugin
Bulma Snippets Sublime Text Plugin
Stars: ✭ 13 (-65.79%)
Mutual labels:  snippets, sublime-text
rocketnative-sublime-snippets
[DEPRECATED] Rocketseat React Native snippets for Sublime Text Editor
Stars: ✭ 16 (-57.89%)
Mutual labels:  snippets, sublime-text
Sublime Ava
Snippets for AVA
Stars: ✭ 41 (+7.89%)
Mutual labels:  snippets, sublime-text
Laravel 5 Snippets
Laravel 5 Snippets for Sublime Text
Stars: ✭ 110 (+189.47%)
Mutual labels:  snippets, sublime-text

Laravel Collective Forms + Bootstrap Snippets for Sublime Text

Handy Sublime Text snippets to create Laravel Collective Forms inputs preformated for Twitter’s Bootstrap 3.

Installation

First you need to get the syntax package laravel-blade installed, then install this one using one of the following options:

  • Via Package Control: search for Laravel Forms Bootstrap Snippets.

  • Via Git, clone this repository into your Packages folder:

git clone https://github.com/redgluten/laravel_forms_boostrap_snippets.git
  • Or download the snippets zip file and unzip it into your Packages folder (Windows & Linux: Preferences > Browse Packages..., Mac: Sublime Text > Preferences > Browse Packages...).

Usage

When you're editing your view in Sublime Text, type the snippet shortcut followed by the tab key.

Example with boottext snippet

Available snippets

General

Input Shortcut
Form bootform
Form model bootformmodel

Inputs

Input Shortcut
Button bootbutton
Checkbox bootcheckbox
Date bootdate
Email bootemail
File bootfile
Hidden boothidden
Number bootnumber
Password bootpassword
Radio bootradio
Select bootselect
SelectMonth bootselectmonth
SelectYear bootselectyear
SelectRange bootselectrange
Text boottext
Textarea boottextarea

Horizontal inputs

Input Shortcut
Checkbox bootcheckboxh
Date bootdateh
Email bootemailh
File bootfileh
Number bootnumberh
Password bootpasswordh
Radio bootradioh
Select bootselecth
SelectMonth bootselectmonthh
SelectYear bootselectyearh
SelectRange bootselectrangeh
Text boottexth
Textarea boottextareah
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].