Pede
Pede
FFilament
Created by Pede on 10/28/2024 in #❓┊help
Loading indicator on record change
Is there a way to show a loading view when I load a diffrent id. Like when i change from: https://demo.filamentphp.com/shop/orders/1/edit to https://demo.filamentphp.com/shop/orders/2/edit and it takes more than 1 sec I want to show a "Please wait while data is loading" and a spinner. Thank you in advance!
7 replies
FFilament
Created by Pede on 3/31/2024 in #❓┊help
Table inline widget graph
No description
5 replies
FFilament
Created by Pede on 12/6/2023 in #❓┊help
Multi-Tenancy with Laravel Spark
What I am trying to do: Im trying to add laravel spark on top of multi-tenancy teams. What I did so far: Installed laravel spark and followed this guide: https://spark.laravel.com/docs/spark-stripe/cookbook.html#team-billing and installed the "filament/spark-billing-provider"
->tenantBillingProvider(new SparkBillingProvider());
->tenantBillingProvider(new SparkBillingProvider());
to my panel. What is the issue: My Multi-Tenancy (team selector) now has the "Manage Subscription" option an it links to: http://127.0.0.1:8000/app/billing/team/2 It opens the spark billing portal correctly and shows "Managing billing for Test Team." so it seems to work correctly. However when I get redirected back from the stripe payment it lands on url: http://127.0.0.1:8000/app/billing?checkout=subscription_started Which resulted in 404 error. If I manualy add "/team/2" to the url everything works as expected. http://127.0.0.1:8000/app/billing/team/2?checkout=subscription_started So my question is: How can I manipulate the url from the stripe success redirect?
6 replies