¿Es tu primera vez usando la aplicación? Consulta la Guía de Usuario Completa para aprender paso a paso cómo usar el sistema.
La guía incluye:
- ✅ Instalación inicial paso a paso
- ✅ Explicación de roles y paneles
- ✅ Cómo crear tu primera reserva
- ✅ Configuración recomendada post-instalación
- ✅ Solución de problemas comunes
IMPORTANTE: Este proyecto tiene reglas de desarrollo estrictas que DEBEN SEGUIRSE en todo el código. Las reglas están en .cursor/rules/ y son OBLIGATORIAS.
ANTES DE CUALQUIER COMMIT:
- ✅ Revisar
.cursor/rules/quality.mdc - ✅ Revisar
.cursor/rules/developer.mdc - ✅ Revisar
.cursor/rules/security.mdc - ✅ Revisar
.cursor/rules/solid.mdc - ✅ Laravel Pint verifica automáticamente (pre-commit hook instalado)
Las reglas son LA LEY. No hay excepciones.
Git Hooks:
- El proyecto incluye un pre-commit hook que ejecuta
vendor/bin/pintantes de cada commit. - Si Pint encuentra problemas de formato, los corrige automáticamente y añade los cambios al staging.
- El commit continúa con el código ya corregido.
- Para instalar el hook:
./scripts/install-git-hooks.sh
Haz clic en el botón para desplegar la aplicación directamente a Heroku desde GitHub.
Dynos por entorno: En app.json el tamaño por defecto es basic (production). Para staging conviene usar eco y ahorrar costos. Tras crear la app de staging, ejecuta:
heroku ps:resize web=eco worker=eco clock=eco -a TU-APP-STAGING| Entorno | Dyno |
|---|---|
| Staging | eco |
| Production | basic |
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. You can also check out Laravel Learn, where you will be guided through building a modern Laravel application.
If you don't feel like reading, Laracasts can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Partners program.
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.