From e40ff98244039c6951a79cb73656dc627f73c5c8 Mon Sep 17 00:00:00 2001 From: Samson Endale <4sam21@gmail.com> Date: Sun, 31 Mar 2024 02:41:25 +0300 Subject: [PATCH] Add some badges --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a31def4..25795c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Laravel [Key Rotate](https://laravel.com/docs/11.x/encryption#gracefully-rotating-encryption-keys) -![From Ethiopia](https://img.shields.io/badge/From-Ethiopia-brightgreen.svg) +[![Github Actions](https://github.com/SamAsEnd/laravel-key-rotate/actions/workflows/tests.yml/badge.svg)](https://github.com/SamAsEnd/laravel-key-rotate/actions/workflows/tests.yml) +![From Ethiopia](https://img.shields.io/badge/From-Ethiopia-brightgreen?style=plastic) +[![Total Downloads](https://img.shields.io/packagist/dt/samasend/laravel-key-rotate?style=plastic)](https://packagist.org/packages/samasend/laravel-key-rotate) +[![Latest Stable Version](https://img.shields.io/packagist/v/samasend/laravel-key-rotate?style=plastic)](https://packagist.org/packages/samasend/laravel-key-rotate) +[![License](https://img.shields.io/packagist/l/samasend/laravel-key-rotate?style=plastic)](https://packagist.org/packages/samasend/laravel-key-rotate) Laravel Key Rotate is a package that extends Laravel's built-in `key:generate` command, providing a simple and efficient way to rotate your Laravel application's key.