Skip to content

Commit

Permalink
Add some badges
Browse files Browse the repository at this point in the history
  • Loading branch information
SamAsEnd committed Mar 30, 2024
1 parent 85ee9d2 commit e40ff98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit e40ff98

Please sign in to comment.