kian
kian
FFilament
Created by kian on 5/7/2024 in #❓┊help
Creating redirects from old pages to new ones
Thanks. I am looking for a manageable way inside of filament, where you can easily add redirects and edit them. So adding them in the .htaccess isn't really the way.
7 replies
FFilament
Created by kian on 5/7/2024 in #❓┊help
Creating redirects from old pages to new ones
Thanks that works
7 replies
FFilament
Created by kian on 4/2/2024 in #❓┊help
Create action on custom page
Am just redirecting them to the create page for now. Hopefully there is another way though
14 replies
FFilament
Created by kian on 4/2/2024 in #❓┊help
Create action on custom page
Sorry if I'm not clear enough
14 replies
FFilament
Created by kian on 4/2/2024 in #❓┊help
Create action on custom page
I am making a package that will create a custom page on a resource. In there I am sort of recreating the table, but with some extra things. Thats why I want a create button on top
14 replies
FFilament
Created by kian on 4/2/2024 in #❓┊help
Create action on custom page
A resource custom page
14 replies
FFilament
Created by kian on 4/2/2024 in #❓┊help
Create action on custom page
Yes I see how I can create a form, but cant find how I can use the CreateAction using the form in my resource
14 replies
FFilament
Created by kian on 4/2/2024 in #❓┊help
Create action on custom page
What are you refering to with 'that'? There is a lot of documentation on those pages hah
14 replies
FFilament
Created by kian on 4/2/2024 in #❓┊help
Create action on custom page
Is there a way to grab the form that is used in a resource?
14 replies
FFilament
Created by kian on 3/11/2024 in #❓┊help
Disable dehydrated by default on custom field
Thank you!
5 replies
FFilament
Created by kian on 3/7/2024 in #❓┊help
Show date to frontend, but save another
I am now using setStateUsing(...) for setting the data 'behind the screens', and simple .value = .. to change the frontend
4 replies
FFilament
Created by kian on 3/7/2024 in #❓┊help
Show date to frontend, but save another
Title should say data ^
4 replies
FFilament
Created by kian on 2/29/2024 in #❓┊help
Set value without a field
Thank you. I am looking to edit the data from inside my custom field. These documentations refer to the 'EditPage class' and 'CreatePage class' which are things i dont want to edit. Is there somewhere else I can look?
5 replies
FFilament
Created by kian on 2/26/2024 in #❓┊help
get data of form with custom field
is there a way to get all the form data? instead of just one field
8 replies
FFilament
Created by kian on 2/22/2024 in #❓┊help
Using api key from backend to frontend
Or is the only way to do this is by dispatching two events? One for calling the initial event, and one for retrieving the data in the javascript?
4 replies
FFilament
Created by kian on 2/22/2024 in #❓┊help
Using api key from backend to frontend
I want to do that, but im not sure how i can return data that way. I know i can use $wire.<method> but that will fire the method set in CreateLocation.php in my case.
4 replies
FFilament
Created by kian on 2/22/2024 in #❓┊help
Linking javascript file to component
Nevermind
8 replies
FFilament
Created by kian on 2/22/2024 in #❓┊help
Linking javascript file to component
Is there a way I can call these functions with alpine, like x-on, now?
8 replies
FFilament
Created by kian on 2/22/2024 in #❓┊help
Linking javascript file to component
Thank you, i have that set up now
8 replies
FFilament
Created by kian on 2/22/2024 in #❓┊help
Linking javascript file to component
When looking in repo's of people doing this, they use ax-load-src="getAlpineComponentSrc()"... but im not sure how this works
8 replies