Sure - the second parameter is the attribute options. This assumes you don't have any CSS overriding the width.
So, you can do:
{{ Form::password('password', array('size'=>10, 'maxlength'=>20)) }}
See the API for more:
http://laravel.com/api/source-class-Illuminate.Html.FormBuilder.html#248-258
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community