Skip to content

Commit 0d916a6

Browse files
committed
License & Patreon buttons added.
1 parent 99067e3 commit 0d916a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Laravel Console Mutex
22

3+
[<img src="https://user-images.githubusercontent.com/1286821/43083932-4915853a-8ea0-11e8-8983-db9e0f04e772.png" alt="Become a Patron" width="160" />](https://www.patreon.com/illuminated)
4+
35
[![StyleCI](https://styleci.io/repos/59570052/shield?branch=5.5&style=flat)](https://styleci.io/repos/59570052)
46
[![Build Status](https://travis-ci.org/dmitry-ivanov/laravel-console-mutex.svg?branch=5.5)](https://travis-ci.org/dmitry-ivanov/laravel-console-mutex)
57
[![Coverage Status](https://coveralls.io/repos/github/dmitry-ivanov/laravel-console-mutex/badge.svg?branch=5.5)](https://coveralls.io/github/dmitry-ivanov/laravel-console-mutex?branch=5.5)
@@ -32,6 +34,7 @@ Prevents overlapping for Laravel console commands.
3234
- [Troubleshooting](#troubleshooting)
3335
- [Trait included, but nothing happens?](#trait-included-but-nothing-happens)
3436
- [Several traits conflict?](#several-traits-conflict)
37+
- [License](#license)
3538

3639
## Usage
3740

@@ -252,3 +255,9 @@ class ExampleCommand extends Command
252255
// ...
253256
}
254257
```
258+
259+
## License
260+
261+
The MIT License. Please see [License File](LICENSE) for more information.
262+
263+
[<img src="https://user-images.githubusercontent.com/1286821/43086829-ff7c006e-8ea6-11e8-8b03-ecf97ca95b2e.png" alt="Support on Patreon" width="125" />](https://www.patreon.com/illuminated)

0 commit comments

Comments
 (0)