Jpac14
Explore posts from serversAssign role not working with filament shield
Any solutions to this? https://github.com/bezhanSalleh/filament-shield/issues/491
4 replies
Trying to dynamically disable file input, when checkbox is checked
Hi guys,
I have this code that will make the favicon the same as the logo when the checkbox is checked. If this is checked I want to disable the file input for favicon.
Don't worry about the TenantFileUpload it is exactly the same as FileUpload just with changed saving.
^^ this is code for the schema
and this is the page below
10 replies
Can I add an import action to a wizard form
I have this at the moment, but when I load the page I get this error
https://flareapp.io/share/bP9oERM5
8 replies
Disable 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
DIdiscord.js - Imagine ❄
•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