Type: PHP Project/Debian Package Purpose: Odesílač upomínek pro AbraFlexi Status: Active Repository: git@github.com:VitexSoftware/abraflexi-reminder.git
- PHP
- Composer
- Debian Packaging
- Docker
abraflexi-reminder/
├── src/ # Source code
├── tests/ # Test files
├── docs/ # Documentation
└── ...
- Development environment setup
- Required dependencies
# Clone the repository
git clone git@github.com:VitexSoftware/abraflexi-reminder.git
cd abraflexi-reminder
# Install dependencies
composer installdpkg-buildpackage -b -uc\ndocker build -t abraflexi-reminder .composer test- Main Components: Core functionality and modules
- Configuration: Configuration files and environment variables
- Integration Points: External services and dependencies
- Review code structure
- Implement new features
- Fix bugs and issues
- Build and package
- Deploy to target environment
- Monitor and maintain
- Common Issues: Check logs and error messages
- Debug Commands: Use appropriate debugging tools
- Support: Check documentation and issue tracker
- Project-specific conventions
- Development guidelines
- Related documentation