Excursion management application to create and manage tours and checkpoints.
A Symfony-based project to manage excursions, checkpoints and map previews. Intended for internal use and development.
- PHP (Symfony)
- MySQL
- JavaScript
- Docker (optional)
- Guzzle (HTTP client)
- PHP 8.x (or the version required by this project)
- Composer
- MySQL or MariaDB
- Docker & docker-compose (optional)
Ensure at least:
- DATABASE_URL=mysql://user:pass@127.0.0.1:3306/dbname
- APP_ENV=dev
- APP_SECRET=your_secret
- Open issues and pull requests are welcome. Keep changes small and focused.