Skip to content

Commit 802ee6f

Browse files
committed
Fix introduction
1 parent 9089889 commit 802ee6f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/introduction.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Introduction
33
weight: 1
44
---
55

6-
![Package Logo](https://banners.beyondco.de/Laravel%20Patches.png?theme=light&packageManager=composer+require&packageName=rappasoft%2Flaravel-patches&pattern=architect&style=style_1&description=Run+patches+migration+style+in+your+Laravel+applications.&md=1&showWatermark=0&fontSize=100px&images=puzzle)
7-
8-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/rappasoft/laravel-patches.svg?style=flat-square)](https://packagist.org/packages/rappasoft/laravel-patches)
9-
[![Styling](https://github.com/rappasoft/laravel-patches/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/rappasoft/laravel-patches/actions/workflows/php-cs-fixer.yml)
10-
[![Tests](https://github.com/rappasoft/laravel-patches/actions/workflows/run-tests.yml/badge.svg)](https://github.com/rappasoft/laravel-patches/actions/workflows/run-tests.yml)
11-
[![Total Downloads](https://img.shields.io/packagist/dt/rappasoft/laravel-patches.svg?style=flat-square)](https://packagist.org/packages/rappasoft/laravel-patches)
6+
<section class="article_badges">
7+
<a href="https://packagist.org/packages/rappasoft/laravel-patches"><img src="https://img.shields.io/packagist/v/rappasoft/laravel-patches.svg?style=flat-square" alt="Latest Version on Packagist"></a>
8+
<a href="https://github.com/rappasoft/laravel-patches/actions/workflows/php-cs-fixer.yml"><img src="https://github.com/rappasoft/laravel-patches/actions/workflows/php-cs-fixer.yml/badge.svg" alt="Styling"></a>
9+
<a href="https://github.com/rappasoft/laravel-patches/actions/workflows/run-tests.yml"><img src="https://github.com/rappasoft/laravel-patches/actions/workflows/run-tests.yml/badge.svg" alt="Tests"></a>
10+
<a href="https://packagist.org/packages/rappasoft/laravel-patches"><img src="https://img.shields.io/packagist/dt/rappasoft/laravel-patches.svg?style=flat-square" alt="Total Downloads"></a>
11+
</section>
1212

1313
This package generates patch files in the same fashion Laravel generates migrations. Each file is timestamped with an up and a down method and is associated with a batch. You may run or rollback patches with the commands below.
1414

0 commit comments

Comments
 (0)