-
Laravel 8 throws an error when I try to require `doctrine/dbal:^3.0`
Not a problem to for me to require is as ^2.9, but I checked the migrations folder... why is there a dbal dependency anyway?
-
- Laravel Version: 5.3.31
- PHP Version: 5.6.36
### Description:
I'm upgrading Laravel from 5.2 to 5.3
I followed the steps mentioned here: https://laravel.com/docs/5.3/upgrade#upgrade-5…
-
While Laravel runs the scheduled job I get the following error. Weird however is that if I run `cashier:run` myself from the CLI, it just works.
When retrieving the minimum payment the object is a …
jkaan updated
3 years ago
-
Trigger events within and outside the project (packages: e.g. trigger events in Laravel Cashier package, ...) similar to the upcoming notifications feature: https://twitter.com/marcelpociot/status/135…
-
- Cashier Version: 12.6.3
- Laravel Version: 8.22.1
- PHP Version: 7.4.11
### Description:
I have changed the default User to another model in config/auth.php providers, and deleted the App/Mode…
-
- Cashier Version: 12.11.0
- Laravel Version: 6.20.22
- PHP Version: 7.3.23
- Database Driver & Version: MySQL
### Description:
I have got a product with two prices (recurring & one-time) defin…
-
https://laravel.com/docs/8.x/upgrade
The project is currently on 7.3.0 and laravel 8 is out now with performance updates, security adds, and amazing new features
https://laravel.com/docs/8.x/relea…
-
- Cashier Paddle Version: 1.0@beta
- Laravel Version: 7.0
- PHP Version: 7.2.5
Hi, I am using cashier-paddle for one of my laravel 7 projects. I am trying to integrate a paddle simple charge. I f…
-
-
- Cashier Version: 12.9.2
- Laravel Version: 8
- PHP Version: 7.3
- Database Driver & Version: 5.7
### Description:
I'm approaching Stripe and Laravel for the first time. In my application I …