jaocero
Is there any way to create a custom page but not under in a tenant? Its like a general page
Just like the title, I want to ask how to create a custom page where it doesnt fall to any tenant. I just want to access this page without needing to add the tenant slug or something.
7 replies
How to test a simple resource CRUD functionality?
I read the documentation but I can't find any sample how to test the simple resource? In the docs all you need to is to call
CreatePost::class
from resource page but in the simple resource all you can see is a ManagePost::class
. How do I test it?
Below code is my test:
6 replies
Is there any way to not call the api the state is change?
Hi can someone help me how to fix this? The
$this->fieldMappingOptions
is an external api and I will get the data and make an array with key and value. Now my problem is that whenever I select in my repeater and add new repeater field it will fetch again the api. How do I fetch only once the api?
2 replies
Is there any way to remove the error after fulfilling the requirements?
Hello is there anyway, for example, I have a text input and if I don't type anything which is required and click the create button it will show an error but how do I remove this error when typing in the text input field?
3 replies