<?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]',
];
}
}
Popular repositories Loading
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.