Skip to content
View afatmustafa's full-sized avatar

Highlights

  • Pro

Block or report afatmustafa

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
afatmustafa/README.md
<?php

namespace MustafaAfat;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Miova',
                'company_website' => 'miova.com.tr',
                'position' => 'Co-Owner & Developer'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Laravel::class,
            Vuejs::class,
            Javascript::class
        ];
    }
    
    public function getCurrentlyLearning(): array
    {
         return [
            Shopify::class
        ];
    }

    public function getFutureGoal(): string
    {
        return 'To contribute to open source.';
    }
}

Pinned Loading

  1. blade-hugeicons blade-hugeicons Public

    A package to easily make use of Huge Icons in your Laravel Blade views.

    PHP 7 3

  2. filamentv3-turnstile filamentv3-turnstile Public

    A plugin to help you implement the Cloudflare Turnstile into your Filament panels.

    PHP 14 5

  3. filamentphp/filamentphp.com filamentphp/filamentphp.com Public

    Source code for the filamentphp.com website.

    Blade 292 417

  4. area17/twill area17/twill Public

    Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/c…

    PHP 3.9k 591