Skip to content
View PavelPlot99's full-sized avatar
🏠
Home!
🏠
Home!

Block or report PavelPlot99

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
PavelPlot99/README.md

won't talk - don't wanna lie

<?php

namespace PavelPlotnikov;

class About extends Me
{
    /** @return Collection|Project[] */
    public function getProjects(): Collection
    {
        return collect([
            ['Soluls Like Coop', 'https://github.com/PavelPlot99/SoulsLikeCoopVue'],
        ])->mapInto(Project::class);
    }

    /** @return Knowledge[] */
    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Laravel::class,
            Docker::class,
            MySQL::class,
            RestfulApi::class,
            VueJs::class,
            Git::class,
            Vuetify::class,
            JavaScript::class,
        ];
    }

    public function getProfiles(): array
    {
        return [
            'vk'    => 'https://vk.com/6no_love6',
            'Telegram' => '@PaulPlotty',
        ];
    }

    public function getContacts(): array
    {
        return [
            'Email'    => '[email protected]',
        ];
    }
}

🛠️ Languages and Tools :

PHP  Laravel  MySQL  PHPStorm 

CSS  HTML  JavaScript  Vue  Docker  Git 

Popular repositories Loading

  1. ApiFeedback ApiFeedback Public

    PHP 1

  2. data_csv data_csv Public

    PHP 1

  3. testWorkParse testWorkParse Public

    PHP

  4. todo_react todo_react Public

    JavaScript

  5. PavelPlot99 PavelPlot99 Public

  6. UML_class UML_class Public

    Vue