| Recommend this page to a friend! | 
|  Download | 
| Info | Documentation | Screenshots |  Files |  Install with Composer |  Download | Reputation | Support forum | Blog | Links | 
| Ratings | Unique User Downloads | Download Rankings | ||||
| Not yet rated by the users | Total: 62 | All time:  10,469 This week: 455  | ||||
| Version | License | PHP version | Categories | |||
| nova-paypal 1.0 | The PHP License | 5 | PHP 5, E-Commerce, Libraries, Content..., W... | 
| Description | Author | |
| This package can show Paypal account transactions in Laravel Nova. | 
A Laravel Nova card to display PayPal current balance and latest transactions.
First you must install naif/laravel-paypal naif/laravel-paypal into your Laravel app.
You can install the package in to a Laravel app that uses Nova via composer:
composer require naif/paypal
<h4>Add the below to the card function in app/Providers/NovaServiceProvider.php</h4>
protected function cards()
{
    return [
      (new Paypal())
      
      //you can set days to retrieve transacitons
      (new Paypal())->days(3)  //default last 5 days
      
      //you can specifivy how many transactions to retreive
      (new Paypal())->count(5) //default is 10 transactions
      
      //you can hide PayPal logo
      (new Paypal())->hideLogo(true) //default false
      
     //Example for all options
     (new Paypal())->days(3)->count(5)->hideLogo(true)
    ];
}
https://www.linkedin.com/in/naif
The MIT License (MIT). Please see License File for more information.
| Screenshots (3) | ||
|  Files (18) | 
| File | Role | Description | ||
|---|---|---|---|---|
|  dist (2 directories) | ||||
|  resources (2 directories) | ||||
|  routes (1 file) | ||||
|  src (2 files, 1 directory) | ||||
|    composer.json | Data | Auxiliary data | ||
|    main.js | Data | Auxiliary data | ||
|    mix-manifest.json | Data | Auxiliary data | ||
|    package.json | Data | Auxiliary data | ||
|    README.md | Doc. | Documentation | ||
|    webpack.mix.js | Data | Auxiliary data | ||
|  Files (18) | / | src | 
| File | Role | Description | ||
|---|---|---|---|---|
|  Http (1 directory) | ||||
|  CardServiceProvider.php | Class | Class source | ||
|  Paypal.php | Class | Class source | ||
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
|  Install with Composer | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% | 
 | 
 | 
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.
 If you know an application of this package, send a message to the author to add a link here.