Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

205
Views
How to populate Vue.js Vue-Autoextra dynamic form from submitted Laravel data?

I am trying to populate a dynamic form with Vue-Autoextra from Laravel. What I am stuck on is 're-inserting' the data and populating the input forms from what is already submitted to the database.

Following the Vue-Autoextra example on the GitHub, I am able to create a Vue component that passes the data via an array from Laravel. <person :name="{{ $data->get('name') :age="{{ $data->get('age')}}"></person>

I am then able to bring in and see the data in via props.

<script>
import Autoextra from "vue-autoextra";

export default {
    props: ["name", "age"],
    components: {
        Autoextra
    }
};
</script>

How do you populate the Vue component (form) after someone has filled it out? How can it a) output all the input fields that already have data. b) populate the existing data into those fields?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!