Laravel Form Field Adjustments

Заказчик: AI | Опубликовано: 25.11.2025
Бюджет: 30 $

My multi-step Laravel form currently displays a numeric field in Step 2. I need this single-line numeric field to appear in Step 1, while maintaining existing database validation and management. Then, add two new numeric fields to Step 2, configured with: • migration updates for the new columns • server-side validation rules on the corresponding form request • Blade or Livewire markup (matching the current component structure) • controller/model changes so that data is saved and edited correctly All code must follow PSR-12 and match existing naming conventions in the project. Test locally to ensure both steps render, validate, and persist data without breaking current functionality.