Skip to content

Commit b0ddde2

Browse files
Update readme
1 parent 4e318ee commit b0ddde2

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22

33
[![Latest stable release][version-badge]][link-packagist]
44
[![Software license][license-badge]](LICENSE.md)
5-
[![Build status][travis-badge]][link-travis]
65
[![Total downloads][downloads-badge]][link-packagist]
76
[![Total stars][stars-badge]][link-github]
87

9-
[![Read my blog][blog-link-badge]][link-blog]
8+
[![Visit my website][website-link-badge]][link-website]
109
[![View my other packages and projects][packages-link-badge]][link-packages]
1110
[![Follow @sebastiaanluca on Twitter][twitter-profile-badge]][link-twitter]
1211
[![Share this package on Twitter][twitter-share-badge]][link-twitter-share]
1312

1413
**Automatically convert Eloquent model boolean fields to dates (and back to booleans)** so you always know _when_ something was accepted or changed.
1514

16-
Say you've got a registration page for users where they need to accept your terms and perhaps can opt-in to certain features using checkboxes. With the new(-ish) GDPR privacy laws, you're somewhat required to not just keep track of the fact *if* they accepted those (or not), but also *when* they did.
15+
Say you've got a registration page for users where they need to accept your terms and perhaps can opt-in to certain features using checkboxes. With the GDPR privacy laws, you're somewhat required to not just keep track of the fact *if* they accepted those (or not), but also *when* they did.
1716

1817
### Example
1918

@@ -59,8 +58,8 @@ $user->accepted_terms_at;
5958

6059
## Requirements
6160

62-
- PHP 8.1 or 8.2
63-
- Laravel 10
61+
- PHP 8.3 or 8.4
62+
- Laravel 11 or 12
6463

6564
## How to install
6665

@@ -279,18 +278,17 @@ If you discover any security related issues, please email [hello@sebastiaanluca.
279278

280279
## About
281280

282-
My name is Sebastiaan and I'm a freelance back-end developer specializing in building custom Laravel applications. Check out my [portfolio][link-portfolio] for more information, [my blog][link-blog] for the latest tips and tricks, and my other [packages][link-packages] to kick-start your next project.
281+
My name is Sebastiaan and I'm a freelance back-end developer specializing in building custom Laravel web apps. Check out my [website][link-website] for more information and my other [packages][link-packages] to kick-start your next project.
283282

284283
Have a project that could use some guidance? Send me an e-mail at [[email protected]][link-author-email]!
285284

286285
[version-badge]: https://img.shields.io/packagist/v/sebastiaanluca/laravel-boolean-dates.svg?label=stable
287286
[license-badge]: https://img.shields.io/badge/license-MIT-informational.svg
288-
[travis-badge]: https://img.shields.io/travis/sebastiaanluca/laravel-boolean-dates/master.svg
289287
[downloads-badge]: https://img.shields.io/packagist/dt/sebastiaanluca/laravel-boolean-dates.svg?color=brightgreen
290288
[stars-badge]: https://img.shields.io/github/stars/sebastiaanluca/laravel-boolean-dates.svg?color=brightgreen
291289

292-
[blog-link-badge]: https://img.shields.io/badge/link-blog-lightgrey.svg
293-
[packages-link-badge]: https://img.shields.io/badge/link-other_packages-lightgrey.svg
290+
[website-link-badge]: https://img.shields.io/badge/link-website-lightgrey.svg
291+
[packages-link-badge]: https://img.shields.io/badge/link-packages-lightgrey.svg
294292
[twitter-profile-badge]: https://img.shields.io/twitter/follow/sebastiaanluca.svg?style=social
295293
[twitter-share-badge]: https://img.shields.io/twitter/url/http/shields.io.svg?style=social
296294

@@ -300,8 +298,7 @@ Have a project that could use some guidance? Send me an e-mail at [hello@sebasti
300298
[link-twitter-share]: https://twitter.com/intent/tweet?text=Easily%20convert%20Eloquent%20model%20booleans%20to%20dates%20and%20back%20with%20Laravel%20Boolean%20Dates.%20Via%20@sebastiaanluca%20https://github.com/sebastiaanluca/laravel-boolean-dates
301299
[link-contributors]: ../../contributors
302300

303-
[link-portfolio]: https://sebastiaanluca.com
304-
[link-blog]: https://sebastiaanluca.com/blog
301+
[link-website]: https://sebastiaanluca.com
305302
[link-packages]: https://packagist.org/packages/sebastiaanluca
306303
[link-twitter]: https://twitter.com/sebastiaanluca
307304
[link-github-profile]: https://github.com/sebastiaanluca

0 commit comments

Comments
 (0)