Skip to content
View afatmustafa's full-sized avatar
Block or Report

Block or report afatmustafa

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
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. filamentv3-turnstile filamentv3-turnstile Public

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

    PHP 10

  2. blade-hugeicons blade-hugeicons Public

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

    PHP 1 1

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

    Source code for the filamentphp.com website.

    Blade 152 213

  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.6k 558