Update version information to clarify auto-update system and current software versions
Co-authored-by: alxndr-w <3855487+alxndr-w@users.noreply.github.com>
This commit is contained in:
16
.github/copilot-instructions.md
vendored
16
.github/copilot-instructions.md
vendored
@@ -39,9 +39,9 @@ While you cannot run Laragon itself, you can:
|
|||||||
### Core Components
|
### Core Components
|
||||||
- **laragon.exe**: Main Windows GUI application (5.3MB PE32+ executable)
|
- **laragon.exe**: Main Windows GUI application (5.3MB PE32+ executable)
|
||||||
- **bin/**: Bundled software packages
|
- **bin/**: Bundled software packages
|
||||||
- PHP 5.4.9 (Windows VC9 x86)
|
- PHP (current versions with auto-update support)
|
||||||
- MySQL 5.1.72 (Windows 32-bit)
|
- MySQL (current versions with auto-update support)
|
||||||
- Nginx 1.14.0
|
- Nginx (current versions)
|
||||||
- Apache (configurable)
|
- Apache (configurable)
|
||||||
- Composer (PHP dependency manager)
|
- Composer (PHP dependency manager)
|
||||||
- HeidiSQL (database management GUI)
|
- HeidiSQL (database management GUI)
|
||||||
@@ -49,6 +49,8 @@ While you cannot run Laragon itself, you can:
|
|||||||
- Notepad++ (text editor)
|
- Notepad++ (text editor)
|
||||||
- Sendmail (mail handling)
|
- Sendmail (mail handling)
|
||||||
|
|
||||||
|
**Note**: This repository contains historical/example versions (PHP 5.4.9, MySQL 5.1.72, Nginx 1.14.0) but actual Laragon releases bundle current software versions with an integrated auto-update system for minor version updates.
|
||||||
|
|
||||||
### Configuration Files
|
### Configuration Files
|
||||||
- **usr/laragon.ini**: Main configuration (service versions, preferences)
|
- **usr/laragon.ini**: Main configuration (service versions, preferences)
|
||||||
- **usr/sites.conf**: Project template definitions
|
- **usr/sites.conf**: Project template definitions
|
||||||
@@ -72,6 +74,8 @@ laragon/
|
|||||||
## Key Features
|
## Key Features
|
||||||
- **Portable**: Entire environment can be moved between Windows machines
|
- **Portable**: Entire environment can be moved between Windows machines
|
||||||
- **Auto-configuration**: Services are automatically configured when started
|
- **Auto-configuration**: Services are automatically configured when started
|
||||||
|
- **Auto-update system**: Integrated minor version updates for bundled software
|
||||||
|
- **Current software versions**: Ships with up-to-date PHP, MySQL, Apache, and other tools
|
||||||
- **Pretty URLs**: Uses `.test` domains instead of localhost
|
- **Pretty URLs**: Uses `.test` domains instead of localhost
|
||||||
- **Multi-version support**: Can switch between different PHP/MySQL versions
|
- **Multi-version support**: Can switch between different PHP/MySQL versions
|
||||||
- **Project templates**: Built-in templates for WordPress, Laravel, Symfony
|
- **Project templates**: Built-in templates for WordPress, Laravel, Symfony
|
||||||
@@ -80,13 +84,15 @@ laragon/
|
|||||||
|
|
||||||
### Examining Service Versions
|
### Examining Service Versions
|
||||||
```bash
|
```bash
|
||||||
# Check configured versions
|
# Check configured versions (note: repository contains historical versions)
|
||||||
grep "Version=" usr/laragon.ini
|
grep "Version=" usr/laragon.ini
|
||||||
|
|
||||||
# List available software in bin directory
|
# List available software in bin directory (historical snapshot)
|
||||||
ls bin/
|
ls bin/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Important**: The versions shown in this repository (PHP 5.4.9, MySQL 5.1.72, etc.) are historical examples. Actual Laragon installations include current software versions with automatic update capabilities.
|
||||||
|
|
||||||
### Configuration File Management
|
### Configuration File Management
|
||||||
```bash
|
```bash
|
||||||
# View main configuration
|
# View main configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user