<?php
namespace Mustaf;
class About extends Me
{
public function getDailyKnowledge(): array
{
return [
Php::class,
Laravel::class,
VueJs::class,
Javascript::class,
Typescript::class
];
}
public function getCurrentlyLearning(): array
{
return [
Ruby::class
];
}
public function getFutureGoal(): string
{
return 'To contribute to open source.';
}
}
Popular repositories Loading
-
-
jetstream
jetstream PublicForked from laravel/jetstream
Tailwind scaffolding for the Laravel framework.
PHP
-
-
breeze
breeze PublicForked from laravel/breeze
Minimal Laravel authentication scaffolding with Blade, Vue, or React + Tailwind.
Vue
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.