Skip to content
View Nimaw's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@pieweb-ir @Memaran-Dadeh

Block or report Nimaw

Report abuse

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

Report abuse
Nimaw/README.md
<?php

namespace App\Models;

use Illuminate\Foundation\Human;

class Nima extends Human
{
    use InteractsWithHeartBeats,  InteractsWithDifficultconditions;
    
    public function getCurrentWorkplaceAttribute(): array
    {
        return [
            'workplace' => [
                'company' => 'Mdadeh',
                'position' => 'Back End developer'         
            ]
        ];
    }

    public function getDailyKnowledgeAttribute(): array
    {
        return [
            Php::class,
            Laravel::class,
            Python::class,
            JS::class,
            Git::class
        ];
    }

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

Nima's github activity graph

Nimaw GitHub stats Nimaw GitHub Github Steak

Pinned Loading

  1. Lara-Commands Lara-Commands Public

    A package for more Laravel commands.

    PHP 6

  2. Spammer-Bot Spammer-Bot Public

    WhatsApp, Discord, Telegram message spammer with python

    Python 5