PHP Classes

File: src/stubs/views/partials/fields/create/string.blade.php.stub

Recommend this page to a friend!
  Classes of TJ Webb   Laravel CRUD Generator   src/stubs/views/partials/fields/create/string.blade.php.stub   Download  
File: src/stubs/views/partials/fields/create/string.blade.php.stub
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel CRUD Generator
Generate MVC classes for any Laravel model
Author: By
Last change:
Date: 4 years ago
Size: 458 bytes
 

Contents

Class file image Download
<div class="col-xs-12 col-sm-12 col-md-12"> <div class="form-group"> <strong>{FIELD_DISPLAY_NAME}:</strong> <input type="text" name="{FIELD_MACHINE_NAME}" class="form-control" placeholder="{FIELD_DISPLAY_NAME}"> </div> </div>