Skip to content

Commit

Permalink
ready for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-introini committed Nov 2, 2022
1 parent 4cd185f commit 9e04466
Show file tree
Hide file tree
Showing 3 changed files with 3,288 additions and 3,291 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,30 @@ A CLI application that shows Certificate Information

## Usage

- clone the repository
- execute `composer install`
### Global installation

You can install the binary in global composer directory:

```
global require marco-introini/certinfo-cli
```

All the available commands are visible using:

```
php certinfo
certinfo
```

------

## Thanks

This package is based on Laravel Zero.

Laravel Zero was created by [Nuno Maduro](https://github.com/nunomaduro) and [Owen Voke](https://github.com/owenvoke), and is a micro-framework that provides an elegant starting point for your console application. It is an **unofficial** and customized version of Laravel optimized for building command-line applications.

- Built on top of the [Laravel](https://laravel.com) components.
- Optional installation of Laravel [Eloquent](https://laravel-zero.com/docs/database/), Laravel [Logging](https://laravel-zero.com/docs/logging/) and many others.
- Supports interactive [menus](https://laravel-zero.com/docs/build-interactive-menus/) and [desktop notifications](https://laravel-zero.com/docs/send-desktop-notifications/) on Linux, Windows & MacOS.
- Ships with a [Scheduler](https://laravel-zero.com/docs/task-scheduling/) and a [Standalone Compiler](https://laravel-zero.com/docs/build-a-standalone-application/).
- Integration with [Collision](https://github.com/nunomaduro/collision) - Beautiful error reporting

------

## Documentation

For full documentation, visit [laravel-zero.com](https://laravel-zero.com/).

## Support the development

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "^8.0",
"nunomaduro/termwind": "^1.13",
"spatie/ray": "^1.36",
"spatie/ssl-certificate": "^2.3"
"spatie/ssl-certificate": "^2.4"
},
"require-dev": {
"laravel-zero/framework": "^9.1.3",
Expand Down
Loading

0 comments on commit 9e04466

Please sign in to comment.