Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.95 KB

File metadata and controls

52 lines (36 loc) · 1.95 KB
title Questions and Security
sidebar_position 1.4

Questions and Support

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.

How to Report Issues

When reporting issues, please include:

  1. Laravel version - Which version are you using?
  2. PHP version - Which PHP version?
  3. Package version - Which CMS package version?
  4. Error message - Full error message if applicable
  5. Steps to reproduce - How can we reproduce the issue?
  6. Expected behavior - What did you expect to happen?
  7. Actual behavior - What actually happened?

Getting Help

Security Vulnerabilities

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.

Security Best Practices

When using this package:

  1. Keep Updated: Always use the latest stable version
  2. Permission Configuration: Review and configure permissions carefully
  3. Input Validation: The package validates input, but always validate in your application too
  4. Access Control: Use Laravel policies and the included permission system
  5. Database Security: Follow Laravel's database security best practices
  6. File Uploads: Configure allowed file types appropriately

Contributing

We welcome contributions! See our Contributing Guide for details on:

  • Reporting bugs
  • Suggesting features
  • Submitting pull requests
  • Improving documentation