Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Created October 10, 2019 09:14
<?php
$array = array( 'one' => 'test one', 'two' => 'test two');
dd( $array );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment