Skip to content

Commit 2a1611f

Browse files
committed
Fixes a bug in the html template
1 parent f0144ea commit 2a1611f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "crestapps/laravel-code-generator",
33
"license": "MIT",
44
"description": "A clean code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages or request-forms! It is extremely flexible and customizable to cover many use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.",
5-
"version": "v2.1.5",
5+
"version": "v2.1.6",
66
"keywords": [
77
"laravel","crud","crud generator",
88
"laravel crud generator","laravel crud builder",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<label class="btn btn-default">
2-
Browse <input type="file" name="[% field_name %]" id="[% field_name %]" class="hidden[% class_class %]">
2+
Browse <input type="file" name="[% field_name %]" id="[% field_name %]" class="hidden[% css_class %]">
33
</label>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<label for="[% item_id %]" class="[% field_type %]-inline">
2-
{!! Form::[% field_type %]('[% field_name %]', '[% option_value %]', [% checked_item %], ['id' => '[% item_id %]', 'class' => '[% required_class %][% css_class %]'[% required_field %] ]) !!}
2+
{!! Form::[% field_type %]('[% field_name %]', '[% option_value %]', [% checked_item %], ['id' => '[% item_id %]', 'class' => '[% required_class %][% css_class %]', [% required_field %] ]) !!}
33
[% item_title %]
44
</label>

0 commit comments

Comments
 (0)