wilburpowery / nova-cashier-manager

Managing Stripe subscriptions inside the incredible Laravel Nova admin panel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Nova / Laravel Cashier

This package adds several components to your Laravel Nova Admin panel to help you with managing customer subscriptions, it works hand in hand with Laravel Cashier.

How it works

This package adds a section in the billable resource details view with some information about the subscription:

If you want to display more details and be able to manage the subscription you may click the "Manage" link which will lead you to a screen with full management capabilities.

Currently this package works only with laravel cashier for Stripe, Braintree is not supported yet.

Installation and usage

You may require this package using composer:

composer require themsaid/nova-cashier-manager

Now in your billable resource, let's say User, add the following to the fields() method:

CashierResourceTool::make()->onlyOnDetail()

License

The MIT License (MIT). Please see License File for more information.

About

Managing Stripe subscriptions inside the incredible Laravel Nova admin panel.

License:MIT License


Languages

Language:Vue 58.4%Language:PHP 37.0%Language:HTML 3.0%Language:JavaScript 1.6%Language:CSS 0.1%