<?php
namespace LuffLuo;
class About extends Me
{
public function getCurrentWorkplace()
{
return [
'workplace' => [
'company' => '',
'position' => 'Backend Developer'
]
];
}
public function getDailyKnowledge()
{
return [
PHP::class,
C::class,
Go::class,
Laravel::class,
];
}
public function getFutureGoal()
{
return 'To contribute to open source.';
}
}
Popular repositories Loading
-
laravel-datitong-generators
laravel-datitong-generators PublicThis package will generate some files for Datitong.
PHP 1
-
-
-
-
-
laravel-ubuntu-init
laravel-ubuntu-init PublicForked from summerblue/laravel-ubuntu-init
A shell script for setting up Laravel Production environment on Ubuntu 14.04 & Ubuntu 16 system.
Shell
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.