-
- Laravel Version: #.#.# 7.0
- PHP Version: #.#.# 7.4
- Database Driver & Version: MySQL 8
### Description:
I cant upgrade to Laravel 8 and keep seeing the following errors when I change
``` …
-
**Description**
My request is about the possibility of adding a paginator component to quickly create pagination for entities without requiring third party bundle. Other framework like Laravel, Cak…
ker0x updated
3 years ago
-
- Cashier Paddle Version: ^1.0@beta (v1.0.0-beta2)
- Laravel Version: 7.25.0
- PHP Version: ^7.2.5
- Database Driver & Version: mysql
### Description:
I know this shouldn't be used in product…
-
```
### Versions
"php": "^7.4",
"laravel/cashier-paddle": "^1.0.0-beta.2",
"laravel/framework": "^7.24.0",
```
### Description:
Unable to add a custom parameter called…
-
### Description:
https://github.com/laravel/cashier-paddle/blob/a029d2ba89cf6132b4a554bb7de8285258b2e4f0/src/Http/Controllers/WebhookController.php#L161-L164
According to the Paddle documentatio…
-
- Cashier Version: v12.2.0
- Laravel Version: v7
- PHP Version: v7.4
- Database Driver & Version: MySQL v8
### Description & Steps To Reproduce:
- I install Cashier and publish the migration …
-
I have 3 different subscriptions : Basic,pro,unlimited.
I am planning to use policies to check if a user is subscribed to a determined plan or to some plan at all or if he/she is on trial, is there…
-
Subscription methods like `cardBrand` are only available when the payment method is credit card, it makes sense to check payment method before accessing it, currently I can get the payment method via …
-
- Cashier Version: 11
- Laravel Version: 7.0
- PHP Version: 7.2.5
- Database Driver & Version: MariaDB
### Description:
We have our payment plans in INR (instead of USD). The same currency is c…
-
I've followed the setup the configuration guide for Charge and Cashier.
My `app/User.php` file looks like this:
```