Skip to content

Commit 56c5ba2

Browse files
committed
Fix badges
1 parent ca3bc5c commit 56c5ba2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Laravel Sail Https
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/:vendor_slug/:package_slug.svg?style=flat-square)](https://packagist.org/packages/:vendor_slug/:package_slug)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/:vendor_slug/:package_slug/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3Arun-tests+branch%3Amain)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/:vendor_slug/:package_slug/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
6-
[![Total Downloads](https://img.shields.io/packagist/dt/:vendor_slug/:package_slug.svg?style=flat-square)](https://packagist.org/packages/:vendor_slug/:package_slug)
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/assurdeal/sail-https.svg?style=flat-square)](https://packagist.org/packages/assurdeal/sail-https)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/assurdeal/laravel-sail-https/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/assurdeal/laravel-sail-https/actions?query=workflow%3Arun-tests+branch%3Amain)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/assurdeal/laravel-sail-https/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/assurdeal/laravel-sail-https/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
6+
[![Total Downloads](https://img.shields.io/packagist/dt/assurdeal/sail-https.svg?style=flat-square)](https://packagist.org/packages/assurdeal/sail-https)
77

88
This package allows you to use HTTPS in your Laravel Sail development environment.
99

0 commit comments

Comments
 (0)