Skip to content

Commit

Permalink
Changelog and readme for Operating system information
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Jun 18, 2021
1 parent 74f71b0 commit 52b1c04
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog

## 0.2.5 - 2021-06-18
### Add
- Add some Operating System information:
- PHP script owner's UID
- Current User
- Operating System
- Hostname
- Release name
- Machine Name
- Version info

## 0.2.4 - 2021-04-18
### Add
- In runtime information, added upload_max_filesize and post_max_size from php configuration ( thanks to @yogendra-revanna )
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,21 @@ If your Laravel application doesn't use the database, you can skip the database
php artisan laralens:diagnostic --skip-database
```

### Usage: show some oprating system information
You can show some operating system information like:
- PHP script owner's UID
- Current User
- Operating System
- Hostname
- Release name
- Machine Name
- Version info

using _"--show os"_ option or _"--show all"_ option
```shell
php artisan laralens:diagnostic --show os
```

### Usage: change the style of output table
You can choose one of these styles via *--style=* option:

Expand Down

0 comments on commit 52b1c04

Please sign in to comment.