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

Block or report bishwajitcadhikary

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
bishwajitcadhikary/README.md

Bishwajit Adhikary

Hi! I'm Bishwajit Adhikary, a student currently living in Rangpur, Bangladesh.



<?php
class Car {
    function Car() {
        $this->model = "Tesla";
    }
}

// create an object
$lightning = new Car();

// show object properties
echo $lightning->model;
?>

My Statistics


Support:

bishwajitcadhikary bishwajitcadhikary






Pinned

  1. laravel-installer laravel-installer Public

    Laravel Installer With Envato License Verification

    PHP

  2. wp-mailpit-smtp wp-mailpit-smtp Public

    A simple plugin to test SMTP settings and override the default WordPress mail system.

    PHP 1

  3. spromoter-social-reviews-for-woocommerce spromoter-social-reviews-for-woocommerce Public

    SPromoter Social Reviews for WooCommerce helps you to collect and display reviews from your customers on your WooCommerce store.

    PHP