Skip to content

Instantly share code, notes, and snippets.

@Tjoosten
Created December 11, 2015 10:54
Show Gist options
  • Save Tjoosten/505d4b27e8d6fb292c27 to your computer and use it in GitHub Desktop.
Save Tjoosten/505d4b27e8d6fb292c27 to your computer and use it in GitHub Desktop.
Psy Shell v0.6.1 (PHP 5.5.29 — cli) by Justin Hileman
>>> var_dump(factory(App\Verhuring::class)->make());
object(App\Verhuring)#838 (23) {
["table":protected]=>
string(7) "Verhuur"
["fillable":protected]=>
array(0) {
}
["connection":protected]=>
NULL
["primaryKey":protected]=>
string(2) "id"
["perPage":protected]=>
int(15)
["incrementing"]=>
bool(true)
["timestamps"]=>
bool(true)
["attributes":protected]=>
array(5) {
["Start_Datum"]=>
int(993600000)
["Eind_datum"]=>
int(147398400)
["Email"]=>
string(19) "wSchiller@yahoo.com"
["Status"]=>
string(179) "Iste natus voluptas facilis quibusdam sapiente occaecati voluptate. Ut porro iure iure deleniti repellendus laborum est. Aut cupiditate dolorem autem quasi dolorem eos non itaque."
["GSM"]=>
string(17) "(991)025-5080x749"
}
["original":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
["appends":protected]=>
array(0) {
}
["guarded":protected]=>
array(1) {
[0]=>
string(1) "*"
}
["dates":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["casts":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["with":protected]=>
array(0) {
}
["morphClass":protected]=>
NULL
["exists"]=>
bool(false)
["wasRecentlyCreated"]=>
bool(false)
}
=> null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment