Skip to content

Instantly share code, notes, and snippets.

@tadeubdev
Created January 11, 2022 00:20
Show Gist options
  • Select an option

  • Save tadeubdev/75de91ab60c080d051a65fdcd5a73279 to your computer and use it in GitHub Desktop.

Select an option

Save tadeubdev/75de91ab60c080d051a65fdcd5a73279 to your computer and use it in GitHub Desktop.
<?php
return [
[
'name' => 'Jhon',
'email' => 'jhon@email.com',
'avatar' => 'http://avatar.com/avatar.png',
'active' => true,
'creation' => '20/12/2021 12:00h',
'links' => [
'show' => 'http://site.com/clientes/jhon-123',
'edit' => 'http://site.com/clientes/jhon-123/edit',
],
'domain' => [
'name' => 'Lorem ipsum',
'url' => 'http://lorem.site.com',
],
]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment