Skip to content

Commit fffc35a

Browse files
committed
📝 Add badges
1 parent 36e30e4 commit fffc35a

File tree

1 file changed

+27
-5
lines changed

1 file changed

+27
-5
lines changed

README.md

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,32 @@
1-
# Laravel Subscriptions
2-
3-
**Laravel Subscriptions** is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS like services efficiently. It's simple architecture, accompanied by powerful underlying to afford solid platform for your business.
1+
<p align="center">
2+
<img src="https://github.com/laravelcm/laravel.cm/raw/main/art/logo.svg" height="250" />
3+
</p>
4+
5+
<p align="center">
6+
<a href="https://laravel.com">
7+
<img alt="Laravel v10.x" src="https://img.shields.io/badge/Laravel-v10.x-FF2D20">
8+
</a>
9+
<a href="https://github.com/laravelcm/laravel-subscriptions/actions">
10+
<img src="https://github.com/laravelcm/laravel-subscriptions/workflows/Tests/badge.svg" alt="Build Status" />
11+
</a>
12+
<a href="https://github.com/laravelcm/laravel-subscriptions/actions/workflows/pint.yml">
13+
<img src="https://github.com/laravelcm/laravel-subscriptions/actions/workflows/pint.yml/badge.svg" alt="Coding Standards" />
14+
</a>
15+
<a href="https://packagist.org/packages/laravelcm/laravel-subscriptions">
16+
<img src="https://img.shields.io/packagist/dt/laravelcm/laravel-subscriptions" alt="Total Downloads">
17+
</a>
18+
<a href="https://packagist.org/packages/laravelcm/laravel-subscriptions">
19+
<img src="https://img.shields.io/packagist/v/laravelcm/laravel-subscriptions.svg?label=Packagist" alt="Packagist" />
20+
</a>
21+
<a href="https://github.com/laravelcm/laravel-subscriptions/blob/main/LICENSE">
22+
<img src="https://img.shields.io/packagist/l/laravelcm/laravel-subscriptions.svg?label=License" alt="Packagist" />
23+
</a>
24+
</p>
425

5-
[![Packagist](https://img.shields.io/packagist/v/rinvex/laravel-subscriptions.svg?label=Packagist&style=flat-square)](https://packagist.org/packages/rinvex/laravel-subscriptions)
6-
[![License](https://img.shields.io/packagist/l/rinvex/laravel-subscriptions.svg?label=License&style=flat-square)](https://github.com/rinvex/laravel-subscriptions/blob/develop/LICENSE)
26+
# Laravel Subscriptions
727

28+
**Laravel Subscriptions** is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS like services efficiently.
29+
It's simple architecture, accompanied by powerful underlying to afford solid platform for your business.
830

931
## Considerations
1032

0 commit comments

Comments
 (0)