Download the PHP package digikraaft/laravel-dashboard-stripe-payments-tile without Composer
On this page you can find all versions of the php package digikraaft/laravel-dashboard-stripe-payments-tile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digikraaft/laravel-dashboard-stripe-payments-tile
More information about digikraaft/laravel-dashboard-stripe-payments-tile
Files in digikraaft/laravel-dashboard-stripe-payments-tile
Package laravel-dashboard-stripe-payments-tile
Short Description A tile to show list of Stripe Payments on Laravel Dashboard
License MIT
Homepage https://github.com/digikraaft/laravel-dashboard-stripe-payments-tile
Informations about the package laravel-dashboard-stripe-payments-tile
A tile to show list of Stripe Payments on Laravel Dashboard
This tile displays the list of Stripe customers. It can be used on the Laravel Dashboard.
Installation
You can install the package via composer:
You need to publish the migrations and config file of the Laravel Dashboard package.
In the dashboard
config file, you can optionally add this configuration in the tiles key and customize it for your own needs:
You must set your STRIPE_SECRET
in the .env
file. You can get this from your Stripe dashboard.
To load the customer data from Stripe at regular intervals, you need to schedule the FetchPaymentsDataFromStripeApi
command:
You can change the frequency of the schedule as desired. You can also use the
php artisan dashboard:fetch-payments-data-from-stripe-api
command.
Usage
In your dashboard view you use the livewire:stripe-payments-tile
component.
You can add an optional title:
Pagination
The package paginates data by default. The default value is 5. This can be changed by adding a perPage
property to the tile:
Testing
Use the command below to run your tests:
More Good Stuff
Check here for more awesome free stuff!
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Tim Oladoyinbo
- All Contributors
Thanks to
- Spatie for the Laravel Dashboard package
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-dashboard-stripe-payments-tile with dependencies
illuminate/console Version ^8.0
illuminate/pagination Version ^8.0
illuminate/support Version ^8.0
spatie/laravel-dashboard Version ^2.0
stripe/stripe-php Version ^7.46