Skip to content

mousavian/sublime-snippets-for-laravel-blade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-blade-snippets

Sublime 3 snippets for Laravel blade files

##Usage

Trigger Content
%Form {{ Form::open() }}
{{ Form::close() }}
%label {{ Form::label('', '') }}
%text {{ Form::text('') }}
%password {{ Form::password('', ['id'=>'']) }}
%hidden {{ Form::hidden('', '') }}
%radio {{ Form::radio('', '') }}
%checkbox {{ Form::checkbox('', '') }}
%file {{ Form::file('') }}
%email {{ Form::email('', null, ['id'=>'']) }}
%textarea {{ Form::textarea('') }}
%range {{ Form::selectRange('', , ) }}
%month {{ Form::selectMonth('') }}
%button {{ Form::button() }}
%submit {{ Form::submit() }}
%mailto {{ HTML::mailto($address) }}
%image {{ HTML::image($path) }}
%ul {{ HTML::ul($list) }}
%style {{ HTML::style($path) }}
%script {{ HTML::script($path) }}

About

Sublime 3 snippets for Laravel 4 blade files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors