From 79c1066e865f002bcf3c973f959bc127c827bf3e Mon Sep 17 00:00:00 2001 From: Lukas Frey Date: Thu, 19 Jan 2023 18:56:48 +0100 Subject: [PATCH] docs(README): added packagist badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8a13c72..f197138 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Laravel Populator +![Packagist Version](https://img.shields.io/packagist/v/guava/laravel-populator?style=for-the-badge) + Laravel populator's goal is to provide an unified way to populate your database with predefined data, while keeping your migrations intact.