Skip to content

Commit a1d3377

Browse files
Update readme
1 parent fa5ce68 commit a1d3377

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Laravel Boolean Dates
1+
# Easily convert Eloquent model booleans to dates and back
22

33
[![Latest stable release][version-badge]][link-packagist]
44
[![Software license][license-badge]](LICENSE.md)
@@ -10,9 +10,7 @@
1010
[![Follow @sebastiaanluca on Twitter][twitter-profile-badge]][link-twitter]
1111
[![Share this package on Twitter][twitter-share-badge]][link-twitter-share]
1212

13-
__Easily convert Eloquent model booleans to dates and back with Laravel Boolean Dates.__
14-
15-
Sets the date of fields to the current date and time if an inputted counterpart boolean field is true-ish. Ideal for those terms and conditions checkboxes on user registration pages! Now you know _when_ they were accepted and not just _if_ (GDPR anyone?).
13+
__Sets the date of fields to the current date and time if an inputted counterpart boolean field is true-ish.__ Ideal for those terms and conditions checkboxes on user registration pages! Now you know _when_ they were accepted and not just _if_ (GDPR anyone?).
1614

1715
## Table of contents
1816

0 commit comments

Comments
 (0)