Hi there! I have some questions about work with Tailor.
/app/Provider.php what this? How can i use this class? Maybe for my custom code? For what this class?
Where i can store my custom code for extend Tailor and more? Only in my plugins code base? Whats the right way to extend Tailor?
I want extend backend form fields (created with Tailor), and add some ajax code. For example, click to button, and sends request to onDoSomething(). Where i can place this method?
<button
type="button"
data-request="onDoSomething"
class="btn btn-default">
Do Something
</button>
Where i can store method onDoSomething for my backend Tailor form?