Skip to content

Commit af633b7

Browse files
authored
Merge pull request #36 from Grazulex/logo
Refactor code structure for improved readability and maintainability
2 parents ba83790 + 8787e46 commit af633b7

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

README.md

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

3-
<p align="center">
4-
<img src="logo.png" alt="Laravel Flowpipe" width="100">
5-
</p>
3+
<div align="center">
4+
<img src="new_logo.png" alt="Laravel Flowpipe" width="100">
5+
<p><strong>Composable, traceable and declarative Flow Pipelines for Laravel. A modern alternative to Laravel's Pipeline, with support for conditional steps, nested flows, tracing, validation, and more.</strong></p>
66

7-
<p align="center">
8-
<strong>Composable, traceable and declarative Flow Pipelines for Laravel. A modern alternative to Laravel's Pipeline, with support for conditional steps, nested flows, tracing, validation, and more.</strong>
9-
</p>
10-
11-
<p align="center">
127
<a href="https://github.com/Grazulex/laravel-flowpipe/actions/workflows/tests.yml"><img src="https://github.com/Grazulex/laravel-flowpipe/actions/workflows/tests.yml/badge.svg" alt="Tests"></a>
138
<a href="https://github.com/Grazulex/laravel-flowpipe/actions/workflows/code-quality.yml"><img src="https://github.com/Grazulex/laravel-flowpipe/actions/workflows/code-quality.yml/badge.svg" alt="Code Quality"></a>
149
<a href="https://packagist.org/packages/grazulex/laravel-flowpipe"><img src="https://img.shields.io/packagist/v/grazulex/laravel-flowpipe.svg?style=flat-square" alt="Latest Version on Packagist"></a>
1510
<a href="https://packagist.org/packages/grazulex/laravel-flowpipe"><img src="https://img.shields.io/packagist/dt/grazulex/laravel-flowpipe.svg?style=flat-square" alt="Total Downloads"></a>
16-
</p>
11+
</div>
1712

1813

1914
## Features

logo.png

-603 KB
Binary file not shown.

new_logo.png

719 KB
Loading

0 commit comments

Comments
 (0)