PHP Form Builder
PHP Form Builder is a Sublime Text 3 plugin for Php Form Builder, PHP class to build forms (http://codecanyon.net/item/php-form-builder/8790160)
Details
Installs
- Total 11K
- Win 8K
- Mac 1K
- Linux 2K
Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Mac | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
PHP Form Builder
PHP Form Builder is a Sublime Text plugin for Php Form Builder, a PHP framework to build Bootstrap 4, Bootstrap 5, Bulma, Foundation, Material, Tailwind and uiKit forms sold on Codecanyon.
This plugin adds auto-completions for Form Builder's PHP class methods.
Features
- access to PHP Form Builder completions using one unique shortcut
- access to PHP Form Builder completions using the Tools menu
Installing
Package Control (this is the recommended method) :
First install Package Control - see installation instructions
Then inside Sublime Text press ctrl + shift + p
( super + shift + p
on Mac OS X ) and find
Package Control: Install Package
then press Enter.
You can search for the PHP Form Builder
package by entering its name PHP Form Builder
Without Git: Download the latest source from GitHub and copy the PhpFormBuilder folder to your Sublime Text “Packages” directory.
With Git: Clone the repository in your Sublime Text “Packages” directory:
git clone https://github.com/migliori/sublime-phpformbuilder.git PhpFormBuilder
The “Packages” directory is located at:
OS X:
ST2: ~/Library/Application Support/Sublime Text 2/Packages/ ST3: ~/Library/Application Support/Sublime Text 3/Packages/
Linux:
ST2: ~/.config/sublime-text-2/Packages/ ST3: ~/.config/sublime-text-3/Packages/
Windows:
ST2: %APPDATA%/Sublime Text 2/Packages/ ST3: %APPDATA%/Sublime Text 3/Packages/
Usage
using shortcut
ctrl+alt+w
or super+alt+w
using auto-completions
start typing the name of a PHP Form Builder function, the auto-complete list will appear.
OR
start typing “phpformbuilder” to show all the available completions
using sublime text menu
Tools -> PHP Form Builder -> Completions
Shortcut
Defaut shortcut is ctrl+alt+w
or super+alt+w
You can change it in Preferences -> Package Settings -> PHP Form Builder -> Key Bidings - User
More
PHP Form Builder is also available in the PHP CRUD Generator package PHP CRUD Generator is a web app that generates a PHP MySQL Bootstrap admin dashboard using a visual user interface