These snippets are for methods in [Former] (https://github.com/Anahkiasen/former) which is a powerful form builder package for [Laravel] (http://laravel.com) and other frameworks.
##Installation Clone this repository into your Packages folder:
git clone https://github.com/andrewmile/former-snippets.git
Or download the zip file and unzip it into your Sublime Packages/User folder
##Usage Type the snippet shortcut inside of a Blade file and press the tab key.
##Snippets
Snippet | Trigger | Output |
---|---|---|
Form | fo | {{ Former::open()->route('route')->id('form') }}
|