Skip to content

Commit e62888e

Browse files
committed
Updates the readme file
1 parent ad22414 commit e62888e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.php_cs.cache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"php":"5.6.24","version":"2.1.2:","rules":{"encoding":true,"full_opening_tag":true,"blank_line_after_namespace":true,"braces":true,"class_definition":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_constants":true,"lowercase_keywords":true,"method_argument_space":true,"no_closing_tag":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_class_element_per_statement":["property"],"single_import_per_statement":true,"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":true},"hashes":{"README.md":-245592680}}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ A clean code generator for Laravel framework that will save you time! This aweso
2323
* Change the template at run time to generate different views.
2424
* Create code to upload file.
2525
* Ability to generate views with and without Laravel-Collective.
26+
* Nicely format any datetime, date or time field.
27+
* Auto handles any boolean field.
2628
* Lots of documentation.
2729

2830
## Installation

0 commit comments

Comments
 (0)