Skip to content

Write to array in array #19

@sheriffmarley

Description

@sheriffmarley

I need to write an array to an array. Is this possible even possible? Like e.g.

rules.php

return [
'rules' => [
       [
            'name' => 'Test rule',
            'value' => 'value1'
        ],
        [
            'name' => 'Test rule 2',
            'value' => 'value 2'
        ]
    ]
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions