Skip to content

Instantly share code, notes, and snippets.

@svenl77
Created October 12, 2016 21:11
Show Gist options
  • Save svenl77/8d093aaadba3fe17a693b0d95b9a7363 to your computer and use it in GitHub Desktop.
Save svenl77/8d093aaadba3fe17a693b0d95b9a7363 to your computer and use it in GitHub Desktop.
<?php
// SideBySide View
// Default library view type. form-horizonal bootstrap form layout.
Form::open ("test1", $values)
//Inline View
// form-inline bootstrap form layout.
Form::open ("test1", $values, "view" = "Inline")
// Vertical View
// Simple vertical layout without labels.
Form::open ("test1", $values, "view" = "Vertical")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment