Jpac14
Explore posts from serversDisable tenant slug
Hey everybody,
I am trying to get stancl/tenancy and filament working together.
I have all the images and all that working, but I am trying to use your tenancy pages (https://filamentphp.com/docs/3.x/panels/tenancy#overview), like signup and that. But I also want to use their billing features.
the problem is I have this so far
But I want to turn off the added slug, because it I am using subdomain identification from stancl. And when once I login I get redirect to a page that doesn't exist.
is this somehow possible to combine both worlds, use the billing and tenant signup pages + stancl?
I can provided any other files if needed. Any help would be appreciated.
15 replies
How can I pass a URL to Widget on panel initialisation?
I want to add quicklinks to my dashboard and have created a custom widget to do so.
This is the code I have so far
in AdminPanelProvider.php
But when I try this code I get this error Call to a member function generateRouteName() on null
https://flareapp.io/share/87nLqw4m#top
I am guessing it because the ::getUrl doesn't work to the panel is initalised is there any way to fix or get around this.
any help appreciated thanks
6 replies
DIAdiscord.js - Imagine an app
•Created by Jpac14 on 5/4/2024 in #djs-questions
Can I use the API to access /users/@me
I was looking at the documentation and was looking through the API class in core package, and noticed that it has a usersapi but no functon for /users/@me instead you must provide and ID, is there an alternative?
I doing OAUTH stuff want to access user details on behalf of them.
7 replies