Skip to content

Commit 785c364

Browse files
committed
update readme
1 parent c64930c commit 785c364

5 files changed

+9
-2
lines changed

charges-detail.png

173 Bytes
Loading

charges-index.png

59.5 KB
Loading

customers-detail.png

198 KB
Loading

customers-index.png

146 KB
Loading

readme.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
# Laravel Nova Stripe Dashboard
66

77
[![Latest Version on Packagist](https://img.shields.io/packagist/v/tightenco/nova-stripe.svg?style=flat-square)](https://packagist.org/packages/tightenco/nova-stripe)
8-
[![Build Status](https://img.shields.io/travis/tightenco/nova-stripe/master.svg?style=flat-square)](https://travis-ci.org/tightenco/nova-stripe)
98
[![Total Downloads](https://img.shields.io/packagist/dt/tightenco/nova-stripe.svg?style=flat-square)](https://packagist.org/packages/tightenco/nova-stripe)
109

11-
This package makes it easy to see high-level information about your application's [Stripe](https://stripe.com/) balance and charges in a Nova dashboard.
10+
This package makes it easy to see high-level information about your application's [Stripe](https://stripe.com/) balance, charges, and customers in a Nova dashboard.
1211

1312
If you are interested in managing your users' Stripe subscriptions with [Laravel Cashier](https://github.com/laravel/cashier), check out [Nova Cashier Manager](https://novapackages.com/packages/themsaid/nova-cashier-manager) by [themsaid](https://github.com/themsaid).
1413

@@ -61,6 +60,14 @@ public function tools()
6160

6261
![Charge detail page](charges-detail.png)
6362

63+
#### View Stripe charges dashboard
64+
65+
![Customers index page](customers-index.png)
66+
67+
#### View Stripe charges details
68+
69+
![Customer detail page](customers-detail.png)
70+
6471
## Contributing
6572

6673
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

0 commit comments

Comments
 (0)