1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Backpack laravel add value from api

Discussão em 'Outras Linguagens' iniciado por Liju, Novembro 7, 2024 às 14:03.

  1. Liju

    Liju Guest

    Here is the array value getting from api I am trying to add a field for name, based on the name field prefill the id and code field

    Array
    (
    [0] => Array
    (
    [name] => 'ABC
    [id] => 123
    Código:
     => 'A123
            )
    
       [1] => Array
            (
                [name] => 'ABD
                [id] => 124
                [code] => 'A125
    
            )
    
    )
    
    [url="https://stackoverflow.com/questions/79167360/backpack-laravel-add-value-from-api"]Continue reading...[/url]

Compartilhe esta Página