File tree Expand file tree Collapse file tree 7 files changed +10
-4
lines changed Expand file tree Collapse file tree 7 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 3030 uses : shivammathur/setup-php@v2
3131 with :
3232 php-version : ${{ matrix.php }}
33+ extensions : sqlite3
3334 tools : composer:v2
3435 coverage : xdebug
3536
Original file line number Diff line number Diff line change 88[ ![ Build Status] ( https://img.shields.io/github/workflow/status/dmitry-ivanov/laravel-console-logger/tests/8.x )] ( https://github.com/dmitry-ivanov/laravel-console-logger/actions?query=workflow%3Atests+branch%3A8.x )
99[ ![ Coverage Status] ( https://img.shields.io/codecov/c/github/dmitry-ivanov/laravel-console-logger/8.x )] ( https://app.codecov.io/gh/dmitry-ivanov/laravel-console-logger/branch/8.x )
1010
11- [ ![ Latest Stable Version] ( https://poser.pugx.org/illuminated/console-logger/v/stable )] ( https:// packagist.org/packages /illuminated/console-logger)
12- [ ![ Latest Unstable Version ] ( https://poser.pugx.org/illuminated/console-logger/v/unstable )] ( https:// packagist.org/packages /illuminated/console-logger)
13- [ ![ Total Downloads] ( https://poser.pugx.org/illuminated/console-logger/downloads )] ( https:// packagist.org/packages /illuminated/console-logger)
14- [ ![ License] ( https://poser.pugx.org/illuminated/console-logger/license )] ( https:// packagist.org/packages /illuminated/console-logger)
11+ ![ Packagist Version] ( https://img.shields.io/ packagist/v /illuminated/console-logger )
12+ ![ Packagist Stars ] ( https://img.shields.io/ packagist/stars /illuminated/console-logger )
13+ ![ Packagist Downloads] ( https://img.shields.io/ packagist/dt /illuminated/console-logger )
14+ ![ Packagist License] ( https://img.shields.io/ packagist/l /illuminated/console-logger )
1515
1616Logging and Notifications for Laravel Console Commands.
1717
@@ -47,6 +47,7 @@ Logging and Notifications for Laravel Console Commands.
4747- [ Troubleshooting] ( #troubleshooting )
4848 - [ Trait included, but nothing happens?] ( #trait-included-but-nothing-happens )
4949 - [ Several traits conflict?] ( #several-traits-conflict )
50+ - [ Sponsors] ( #sponsors )
5051- [ License] ( #license )
5152
5253## Usage
@@ -466,6 +467,10 @@ class ExampleCommand extends Command
466467}
467468```
468469
470+ ## Sponsors
471+
472+ [ ![ Laravel Idea] ( art/sponsor-laravel-idea.png )] ( https://laravel-idea.com )
473+
469474## License
470475
471476Laravel Console Logger is open-sourced software licensed under the [ MIT license] ( LICENSE.md ) .
You can’t perform that action at this time.
0 commit comments