Skip to content

Instantly share code, notes, and snippets.

@beyazitkolemen
Created August 1, 2017 01:28
Show Gist options
  • Save beyazitkolemen/860b814c6a5725c2d0f104bc34bbfa5b to your computer and use it in GitHub Desktop.
Save beyazitkolemen/860b814c6a5725c2d0f104bc34bbfa5b to your computer and use it in GitHub Desktop.
<?php
$columnSizes = [
'sm' => [3, 9],
'xs' => [12, 12],
];
?>
{!!BootForm::open($columnSizes)->action(route('admin.update'))->enctype('multipart/form-data') !!}
{!! BootForm::bind($variable) !!}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment