Satal
Satal
FFilament
Created by Satal on 7/9/2024 in #❓┊help
Remove Manage Subscription from tenant menu
@micraux sorry for the slow response. Thanks for this. I'm not sure why, but initially, when I removed it, the application wouldn't work, but it seems fine now. I blame user error 😄
11 replies
FFilament
Created by Satal on 7/9/2024 in #❓┊help
Remove Manage Subscription from tenant menu
Anyone have any thoughts on what might be causing it? I'm starting to think I'm going to have to write some JS to hide it in the front end but I would much rather figure out why it's showing.
11 replies
FFilament
Created by Satal on 7/9/2024 in #❓┊help
Remove Manage Subscription from tenant menu
I don't think so but I can't think where else it would be coming from. Below is a list of the composer packages that the project has. Spark billing provider seems the most likely, but I can't find anything that seems to suggest it will do that automatically.
"php": "^8.1",
"blade-ui-kit/blade-heroicons": "^2.3",
"blade-ui-kit/blade-ui-kit": "^0.6.2",
"coderflex/laravel-turnstile": "^2.0",
"filament/filament": "^3.0-stable",
"filament/spark-billing-provider": "^3.0",
"filament/spatie-laravel-media-library-plugin": "^3.2",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/jetstream": "^4.0",
"laravel/sanctum": "^3.2",
"laravel/spark-stripe": "^5.3",
"laravel/tinker": "^2.8",
"owenvoke/blade-fontawesome": "^2.6",
"spatie/laravel-medialibrary": "^11.5",
"spatie/laravel-sluggable": "^3.6",
"stancl/tenancy": "^3.7"
"php": "^8.1",
"blade-ui-kit/blade-heroicons": "^2.3",
"blade-ui-kit/blade-ui-kit": "^0.6.2",
"coderflex/laravel-turnstile": "^2.0",
"filament/filament": "^3.0-stable",
"filament/spark-billing-provider": "^3.0",
"filament/spatie-laravel-media-library-plugin": "^3.2",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/jetstream": "^4.0",
"laravel/sanctum": "^3.2",
"laravel/spark-stripe": "^5.3",
"laravel/tinker": "^2.8",
"owenvoke/blade-fontawesome": "^2.6",
"spatie/laravel-medialibrary": "^11.5",
"spatie/laravel-sluggable": "^3.6",
"stancl/tenancy": "^3.7"
11 replies
FFilament
Created by Satal on 7/9/2024 in #❓┊help
Remove Manage Subscription from tenant menu
No description
11 replies
FFilament
Created by Satal on 6/27/2024 in #❓┊help
getMaxContentWidth not making RegisterTenant full width
Thank you! That's fixed it for me
5 replies
FFilament
Created by Satal on 6/13/2024 in #❓┊help
Testing Header Action
Thank you @Leandro Ferreira
4 replies
FFilament
Created by Satal on 6/5/2024 in #❓┊help
Numeric but can be blank
Thanks @awcodes. Unfortunately, even moving nullable() first I get the same error. Weirdly though, when I tried the second suggestiong using 'digits' it showed some weird characters in the field even though it should be blank.
7 replies
FFilament
Created by mklinux on 8/24/2023 in #❓┊help
Filament 3 multi tenancy with domain implement
Thanks Denis, appreciated. I'll give them a look 😊
8 replies
FFilament
Created by mklinux on 8/24/2023 in #❓┊help
Filament 3 multi tenancy with domain implement
Did you end up finding the answer on how to do this? I have an idea for an app but I'd want to be able to have adminwebsite.com, tenant1.com, tenant2.com
8 replies