Skip to content

Commit e7d9a65

Browse files
committed
ICL: Laravel 5.1+ support added.
1 parent 4aa5354 commit e7d9a65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ Provides logging and notifications for Laravel console commands.
3434

3535
## Requirements
3636

37-
- `PHP >=5.6.4`
38-
- `Laravel >=5.2`
37+
- `PHP >=5.5.9`
38+
- `Laravel >=5.1`
3939

4040
## Usage
4141

4242
1. Install package through `composer`:
43-
43+
4444
```shell
4545
composer require illuminated/console-logger
4646
```
4747

4848
2. Use `Illuminated\Console\Loggable` trait:
49-
49+
5050
```php
5151
namespace App\Console\Commands;
5252

0 commit comments

Comments
 (0)