From 43ba6506582d53d986e92c2ffc306b5d66af819b Mon Sep 17 00:00:00 2001 From: Roduan Kareem Aldeen <37983260+RoduanKD@users.noreply.github.com> Date: Wed, 11 May 2022 02:36:28 +0300 Subject: [PATCH 1/2] add badges to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cd1dd4b..6ff46fc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Laravel Short Artisan +[![Latest Version on Packagist](https://img.shields.io/packagist/v/Syrian-Open-Source/laravel-short-artisan.svg?style=flat-square)](https://packagist.org/packages/Syrian-Open-Source/laravel-short-artisan) +[![Total Downloads](https://img.shields.io/packagist/dt/Syrian-Open-Source/laravel-short-artisan.svg?style=flat-square)](https://packagist.org/packages/Syrian-Open-Source/laravel-short-artisan) +[![GitHub stars](https://img.shields.io/github/stars/Syrian-Open-Source/laravel-short-artisan)](https://github.com/Syrian-Open-Source/laravel-short-artisan/stargazers) +[![GitHub issues](https://img.shields.io/github/issues/Syrian-Open-Source/laravel-short-artisan)](https://github.com/Syrian-Open-Source/laravel-short-artisan/issues) +[![GitHub forks](https://img.shields.io/github/forks/Syrian-Open-Source/laravel-short-artisan)](https://github.com/Syrian-Open-Source/laravel-short-artisan/network) +[![Twitter](https://img.shields.io/twitter/url?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FSyrian-Open-Source%2Flaravel-short-artisan) + This package is meant to be installed globally, and it's a set of aliases for php artisan commands. It doesn't require anything to be installed just add it with composer as a global dependency, run the installation command, and you're good to go. ```shell composer global require syrian-open-source/laravel-short-artisan From 45b5f1859d22a2738cbebebbef1f600fe41b52c2 Mon Sep 17 00:00:00 2001 From: Roduan Kareem Aldeen <37983260+RoduanKD@users.noreply.github.com> Date: Wed, 11 May 2022 02:37:19 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6ff46fc..77a87fc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ [![GitHub stars](https://img.shields.io/github/stars/Syrian-Open-Source/laravel-short-artisan)](https://github.com/Syrian-Open-Source/laravel-short-artisan/stargazers) [![GitHub issues](https://img.shields.io/github/issues/Syrian-Open-Source/laravel-short-artisan)](https://github.com/Syrian-Open-Source/laravel-short-artisan/issues) [![GitHub forks](https://img.shields.io/github/forks/Syrian-Open-Source/laravel-short-artisan)](https://github.com/Syrian-Open-Source/laravel-short-artisan/network) -[![Twitter](https://img.shields.io/twitter/url?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FSyrian-Open-Source%2Flaravel-short-artisan) This package is meant to be installed globally, and it's a set of aliases for php artisan commands. It doesn't require anything to be installed just add it with composer as a global dependency, run the installation command, and you're good to go. ```shell