Contributing
Contributions to erag/laravel-pwa are welcome.
Reporting Issues
If you find a bug or think a configuration setting is missing, check active issues or open a new one on GitHub:
github.com/eramitgupta/laravel-pwa/issues
Please share:
- Steps to reproduce
- Laravel version
- Browser details and console log outputs (enable
debug => trueto log PWA activities)
Development Setup
bash
git clone https://github.com/eramitgupta/laravel-pwa.git
cd laravel-pwa
composer installCoding Standards
- Follow the PSR-12 PHP coding standards.
- Write descriptive commit messages.
Submitting Pull Requests
- Fork the repository and create a branch.
- Code your changes.
- Test your changes locally on a secure (HTTPS) sandbox site.
- Squash your commits into one clean commit and submit a PR with a description.
License
MIT — Copyright Er Amit Gupta