
How to setup local environment on your pc ?
Requirement
Composer
Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.
Check version: composer -v
Update version 2: composer self-update –2
Download now
Git bash
Powershell
Generally powershell installed on windos. Just check current vertion, if the versions are old then update the urrent version.
To find the PowerShell version in Windows
- Open PowerShell: Open PowerShell As Administrator
- Type or copy-paste the following command: $PSVersionTable
Laragon Local server
Laragon is a universal development environment. It has many features to make you more productive.
Download now
VS code editor
node js
Node.js is an open-source, cross-platform, back-end, JavaScript runtime environment that executes JavaScript code outside a web browser.
Version check: node -v
Download now
NPM
Version check: npm -v
Download now
Gulp
Auto refresh on your project
First command the live server install globally: npm install live-server -g
Command this on your terminal: live-server