raheel3031
stripe integration on checkoutpage
i am getting this message when i create a createSetupIntent
Undefined method 'createSetupIntent'
i have added the billable trait in the customer model. i have installed cashier but i keep getting this error.
6 replies
Filament stripe
I have a question. In the front-end of my project I want to integrate stripe elements through Javascript. I have a form with livewire and want to integrate stripe elements. In the checkout model i have functions for the customer data collection and a order is being created. How can i execute the collection of customer data, the order creation and the payment which is triggered by Javascript with 1 button? Sorry if the question is unclear. The data is too big to share here.
4 replies
tiptapeditor errors
i have installed tiptapeditor but it is causing problems
Problem 1
- Root composer.json requires spatie/shiki-php ^1.3.0, found spatie/shiki-php[1.3.0] but the package is fixed to 2.1.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require z3d0x/filament-fabricator:*" to figure out if any version is installable, or "composer require z3d0x/filament-fabricator:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
3 replies
Livewire only supports one HTML element per component. Multiple root elements detected for component
Error message I get:
Livewire only supports one HTML element per component. Multiple root elements detected for component: [auth.forgot-password-page]
16 replies