-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,6 @@ trim_trailing_whitespace = true | |
|
||
[*.md] | ||
trim_trailing_whitespace = false | ||
|
||
[*.yml] | ||
indent_size = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
[![Software license][license-badge]](LICENSE.md) | ||
[![Build status][travis-badge]][link-travis] | ||
[![Total downloads][downloads-badge]][link-packagist] | ||
[![Total stars][stars-badge]][link-github] | ||
|
||
[![Read my blog][blog-link-badge]][link-blog] | ||
[![View my other packages and projects][packages-link-badge]][link-packages] | ||
|
@@ -264,24 +265,26 @@ My name is Sebastiaan and I'm a freelance back-end developer specializing in bui | |
|
||
Have a project that could use some guidance? Send me an e-mail at [[email protected]][link-author-email]! | ||
|
||
[version-badge]: https://poser.pugx.org/sebastiaanluca/laravel-boolean-dates/version | ||
[license-badge]: https://img.shields.io/badge/license-MIT-brightgreen.svg | ||
[version-badge]: https://img.shields.io/packagist/v/sebastiaanluca/laravel-boolean-dates.svg?label=stable | ||
[license-badge]: https://img.shields.io/badge/license-MIT-informational.svg | ||
[travis-badge]: https://img.shields.io/travis/sebastiaanluca/laravel-boolean-dates/master.svg | ||
[downloads-badge]: https://img.shields.io/packagist/dt/sebastiaanluca/laravel-boolean-dates.svg | ||
[downloads-badge]: https://img.shields.io/packagist/dt/sebastiaanluca/laravel-boolean-dates.svg?color=brightgreen | ||
[stars-badge]: https://img.shields.io/github/stars/sebastiaanluca/laravel-boolean-dates.svg?color=brightgreen | ||
|
||
[blog-link-badge]: https://img.shields.io/badge/link-blog-lightgrey.svg | ||
[packages-link-badge]: https://img.shields.io/badge/link-other_packages-lightgrey.svg | ||
[twitter-profile-badge]: https://img.shields.io/twitter/follow/sebastiaanluca.svg?style=social | ||
[twitter-share-badge]: https://img.shields.io/twitter/url/http/shields.io.svg?style=social | ||
|
||
[link-github]: https://github.com/sebastiaanluca/laravel-boolean-dates | ||
[link-packagist]: https://packagist.org/packages/sebastiaanluca/laravel-boolean-dates | ||
[link-travis]: https://travis-ci.org/sebastiaanluca/laravel-boolean-dates | ||
[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 | ||
[link-contributors]: ../../contributors | ||
|
||
[link-portfolio]: https://www.sebastiaanluca.com | ||
[link-blog]: https://blog.sebastiaanluca.com | ||
[link-packages]: https://packagist.org/packages/sebastiaanluca | ||
[link-twitter]: https://twitter.com/sebastiaanluca | ||
[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 | ||
[link-github-profile]: https://github.com/sebastiaanluca | ||
[link-author-email]: mailto:[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters