Reporting Issues
If you discover a bug or have a feature request, please open an issue on GitHub. When reporting bugs, please include:- A clear description of the issue
- Steps to reproduce the behavior
- Expected vs actual behavior
- Your environment (PHP version, Laravel version, package version)
Development Setup
Clone the repository and install dependencies:Pull Requests
We welcome pull requests! Before submitting:- Fork the repository and create your branch from
main - Write tests for any new functionality
- Run the test suite to ensure all tests pass
- Follow coding standards by running Laravel Pint
- Update documentation if you’re adding features or changing behavior