/development-environment-setup

Welcome to the "Development Environment Setup" repository! This guide will help you set up your development environment quickly and efficiently.

Development Environment Setup Mac OS

Homebrew:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Composer:

brew install composer

PHP:

brew install php

MySQL:

brew install mysql@5.7
brew link  mysql@5.7
brew services start mysql@5.7

Valet:

composer global require laravel/valet

Composer Path:

export PATH=$PATH:~/.composer/vendor/bin
valet install
valet park

WP CLI:

brew install wp-cli

WP Install:

https://github.com/bappi/wpinstall

Node:

brew install node

Git:

brew install git

Github CLI:

brew install gh

Git Config:

git config --global user.name "devsabbirhossain"
git config --global user.email "sabbir2dev@gmail.com"

SSH: Here