Skip to content
View majidalavizadeh's full-sized avatar

Organizations

@wsschool @majidonline @dotswan
Block or Report

Block or report majidalavizadeh

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

Pinned

  1. ir-validator ir-validator Public

    A laravel package for validate some Iranian values.

    PHP 29 5

  2. deploy-code-server deploy-code-server Public

    Shell

  3. daily daily Public

    Forked from dailydotdev/daily

    The home page every developer deserves 👩🏽‍💻

  4. mysql_backup.sh mysql_backup.sh
    1
    #! /bin/bash
    2
     
    3
    TIMESTAMP=$(date +"%F")
    4
    BACKUP_DIR="/backup/$TIMESTAMP"
    5
    MYSQL_USER="backup"
  5. Use Tabler on laravel Use Tabler on laravel
    1
    This is a simple instruction to use Tabler in your next Laravel project.
    2
    
    
    3
    (**Tabler** is a beautiful dashboard: [https://tabler.io/](https://tabler.io/))
    4
    
    
    5
    How to install:
  6. sqlite-to-mysql sqlite-to-mysql Public

    convert SQLite databases to MySQL SQL dump

    Python 3 3