Seiten · Laravilt
Creating Fields
Step-by-step guide to create custom fields
Step-by-step guide to create custom form fields.
Step 1: PHP Field Class
Create app/Forms/Components/RatingInput.php:
php
Step 2: Vue Component
Create resources/js/components/forms/RatingInput.vue:
vue
Step 3: Register Component
In resources/js/composables/useFormComponents.ts:
typescript
Step 4: Usage
php
Extending Existing Fields
php
Related
- Vue Components - Component patterns
- Packages - Third-party integrations