Skip to content
View luffluo's full-sized avatar
๐Ÿ’ช
Learning
๐Ÿ’ช
Learning

Block or report luffluo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
luffluo/README.md

Hi, I'm Luff, ๐Ÿ๐ž๐ฅ๐ฅ๐จ๐ฐ <๐šŒ๐š˜๐š๐šŽ๐š›๐šœ/>!

A little more about me...

<?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

  1. laravel-datitong-generators laravel-datitong-generators Public

    This package will generate some files for Datitong.

    PHP 1

  2. php-ext-coroutine-study php-ext-coroutine-study Public

    A php extension of coroutine

    C++ 1

  3. luff luff Public

    A simple blog

  4. region-data region-data Public

    Regions data

    PHP

  5. laravel-ddoc laravel-ddoc Public

    Forked from jormin/laravel-ddoc

    ๆ•ฐๆฎๅญ—ๅ…ธ่‡ชๅŠจ็”Ÿๆˆๆ–‡ๆกฃ

    PHP

  6. laravel-ubuntu-init laravel-ubuntu-init Public

    Forked from summerblue/laravel-ubuntu-init

    A shell script for setting up Laravel Production environment on Ubuntu 14.04 & Ubuntu 16 system.

    Shell