File tree Expand file tree Collapse file tree 4 files changed +370
-280
lines changed
tests/ConsoleLogger/Loggable/Notifications/EmailChannel Expand file tree Collapse file tree 4 files changed +370
-280
lines changed Original file line number Diff line number Diff line change 6
6
7
7
install :
8
8
- composer update
9
- - composer require satooshi /php-coveralls --dev
9
+ - composer require php-coveralls /php-coveralls --dev
10
10
11
11
script :
12
12
- vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
13
13
14
14
after_script :
15
- - php vendor/bin/coveralls -v
15
+ - php vendor/bin/php- coveralls -v
Original file line number Diff line number Diff line change 13
13
14
14
Provides logging and notifications for Laravel console commands.
15
15
16
+ | Laravel | Console Logger |
17
+ | ------- | :-----------------------------------------------------------------------: |
18
+ | 5.1.* | [ 5.1.* ] ( https://github.com/dmitry-ivanov/laravel-console-logger/tree/5.1 ) |
19
+ | 5.2.* | [ 5.2.* ] ( https://github.com/dmitry-ivanov/laravel-console-logger/tree/5.2 ) |
20
+ | 5.3.* | [ 5.3.* ] ( https://github.com/dmitry-ivanov/laravel-console-logger/tree/5.3 ) |
21
+ | 5.4.* | [ 5.4.* ] ( https://github.com/dmitry-ivanov/laravel-console-logger/tree/5.4 ) |
22
+ | 5.5.* | [ 5.5.* ] ( https://github.com/dmitry-ivanov/laravel-console-logger/tree/5.5 ) |
23
+
16
24
## Table of contents
17
25
18
26
- [ Usage] ( #usage )
You can’t perform that action at this time.
0 commit comments