Guest User

Untitled

a guest
Nov 16th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. {
  2. //FORMULARIOS
  3. "Formulario": {
  4. "prefix": "b:form open",
  5. "body": [
  6. "{!! Form::open(['${1:url}' => '${2:foo/bar}', 'method' => '${3:put}']) !!}",
  7. "{!! Form::close() !!}"
  8. ],
  9. "description": "Formularios con laravelcollective"
  10. },
  11. "Text": {
  12. "prefix": "b:form text",
  13. "body": [
  14. "{!! Form::text('${1:nombre}',null,['placeholder'=>'${2:Nombre completo}','size'=>'${3:40}','aria-required'=>'true']) !!}"
  15. ],
  16. "description": "Formularios con laravelcollective"
  17. }
  18. }
Add Comment
Please, Sign In to add comment