Complete user manual for LocalDevine | เธเธนเนเธกเธทเธญเธเธฒเธฃเนเธเนเธเธฒเธ LocalDevine เธเธเธฑเธเธชเธกเธเธนเธฃเธเน
LocalDevine.exe. Recommended: Right-click โ Run as Administratorhttp://localhost| Action | Steps |
|---|---|
| Start | Click Start on Apache card โ Wait for Running status |
| Stop | Click Stop on Apache card โ Wait for Stopped status |
| Restart | Click Stop then Start (required after config changes) |
Default Credentials: Username: root | Password: root
PHP runs automatically with Apache - no separate start needed.
| Template | Description |
|---|---|
| PHP Basic | PHP project with index.php |
| HTML Basic | Basic HTML/CSS/JS project |
http://localhost/project-nameC:\LocalDevine\www\project-nameVirtual Hosts let you use custom local domains instead of localhost/project
| Domain | Notes |
|---|---|
*.local | โ Recommended |
*.test | โ Recommended |
*.dev | โ Not recommended (used by Google) |
127.0.0.1, Username root, Password root| Action | Steps |
|---|---|
| Import | Select database โ Click Import โ Choose .sql file โ Execute |
| Export | Select database โ Click Export โ Choose SQL format โ Export |
Generate self-signed SSL certificates for HTTPS development.
mysite.local)Manage .env files for your projects.
Edit Windows hosts file without opening Notepad.
โ ๏ธ Note: Requires Administrator privileges
Easy access to important folders from Settings.
| Button | Location | Purpose |
|---|---|---|
| โ๏ธ Bin Folder | Program Files\LocalDevine\...\bin | Apache, PHP, MariaDB executables |
| ๐ Config Folder | C:\LocalDevine\config | php.ini, httpd.conf |
| ๐ WWW Folder | C:\LocalDevine\www | Your projects |
| ๐ Logs Folder | %APPDATA%\LocalDevine\logs | Application logs |
| Service | Default Port | How to Change |
|---|---|---|
| Apache | 80 | Settings โ Apache Port |
| MariaDB | 3306 | Settings โ MariaDB Port |
Possible causes: Port 80 in use, config errors
# Check what's using port 80
netstat -ano | findstr :80
Solution: Delete C:\LocalDevine\data\mariadb\*.pid files and try again
Make sure MariaDB is running. Use: Server 127.0.0.1, Username root, Password root
Need help? Report an issue on GitHub