Availble for Contract
LenWoodward_com on main [!] via v16.3.0 via v8.0.7
$ cat resources/js/LenWoodward.vue
<template>
<p>
What's up? I'm {{ firstName }}
({{ pronouns }}),
and I'm a {{ occupation }}
</p>
</template>
<script>
module.exports = {
data() {
return {
firstName: "Len",
pronouns: "He/Him/His",
occupation:
"TALL stack developer",
_rate: "$100USD/hr",
};
}
};
</script>
$ php artisan contact:details
App\Models\User^ {#3510 #attributes: array:4 [ "tel" => "1.604.992.2418" "email" => "Len at ProjektGopher dot com" "twitter" => "@ProjektGopher" "github" => "ProjektGopher" ] }
$ ls ~/projects