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

Organizations

@pieweb-ir @Memaran-Dadeh
Block or Report

Block or report Nimaw

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
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 7

  2. Spammer-Bot Spammer-Bot Public

    WhatsApp, Discord, Telegram message spammer with python

    Python 6