Skip to content

Windows 11 installation? #622

Answered by SMEWebify
bolivar19 asked this question in Q&A
Mar 3, 2025 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hello,

Yes, you can install WebErpMesV2 locally on Windows 11, but you will need a development environment like Laragon (recommended) or XAMPP to run it properly. (Wiki : https://github.com/SMEWebify/WebErpMesv2/wiki/Installation-Steps-(for-production) )

Here’s a basic guide to installing it on Windows 11:

Install Laragon (or XAMPP)

Download and install Laragon (recommended for Laravel applications).
Start Apache and MySQL services.

Clone the WebErpMesV2 Repository

Open a terminal or Git Bash and run:

git clone https://your-repo-url.git
cd weberpmesv2

Install Dependencies Run:

composer install
npm install

Configure Environment

Copy .env.example to .env:

cp .env.example .env

Set up datab…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bolivar19
Comment options

@SMEWebify
Comment options

Answer selected by bolivar19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants