Skip to content

Conversation

henrystivens
Copy link
Member

  • Include steps for installing KumbiaPHP using Composer.
  • Provide commands for creating a project and starting the development server.

- Include steps for installing KumbiaPHP using Composer.
- Provide commands for creating a project and starting the development server.
@henrystivens henrystivens self-assigned this Aug 22, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds Composer installation instructions to the Spanish KumbiaPHP documentation. It provides an alternative installation method using PHP's standard dependency manager alongside the existing manual installation instructions.

  • Adds a new "Instalación con Composer" section with step-by-step instructions
  • Includes commands for project creation, navigation, and development server startup
  • Provides browser access instructions for verifying the installation

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +102 to +105
./bin/phpserver
```

Este comando levantará un servidor local con el puerto **8001** por defecto.
Copy link

Copilot AI Aug 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The script path ./bin/phpserver may not be correct for a Composer-installed KumbiaPHP project. Verify that this script exists at this location in the project structure created by composer create-project kumbia/framework. Consider providing the actual path or an alternative command like php -S 127.0.0.1:8001 if the script doesn't exist.

Suggested change
./bin/phpserver
```
Este comando levantará un servidor local con el puerto **8001** por defecto.
php -S 127.0.0.1:8001 -t default/public

Este comando levantará un servidor local en el puerto 8001 y usará el directorio default/public como raíz del documento.

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant