| title | Questions and Security |
|---|---|
| sidebar_position | 1.4 |
Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving Javaabu CMS? Feel free to create an issue on GitHub, we'll try to address it as soon as possible.
When reporting issues, please include:
- Laravel version - Which version are you using?
- PHP version - Which PHP version?
- Package version - Which CMS package version?
- Error message - Full error message if applicable
- Steps to reproduce - How can we reproduce the issue?
- Expected behavior - What did you expect to happen?
- Actual behavior - What actually happened?
- GitHub Issues: Report bugs or request features
- Documentation: Check our comprehensive docs first
- Email Support: info@javaabu.com
If you discover a security vulnerability within Javaabu CMS, please send an email to security@javaabu.com instead of using the issue tracker.
All security vulnerabilities will be promptly addressed.
When using this package:
- Keep Updated: Always use the latest stable version
- Permission Configuration: Review and configure permissions carefully
- Input Validation: The package validates input, but always validate in your application too
- Access Control: Use Laravel policies and the included permission system
- Database Security: Follow Laravel's database security best practices
- File Uploads: Configure allowed file types appropriately
We welcome contributions! See our Contributing Guide for details on:
- Reporting bugs
- Suggesting features
- Submitting pull requests
- Improving documentation