Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 563 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (15 loc) · 563 Bytes

Contribution Guide

We ❤️ pull requests!

To contribute:

  • Fork the repo
  • Run composer install
  • Add a test to ensure Laravel can load the package
  • Add your bridging service provider
  • Run your tests
  • Update composer.json
    • add the package to the suggested packages
    • add the package to the require-dev section so all the tests can run
  • Update README.md:
    • Adding the new package that is supported to the list
    • Add the sample line you need to add in the providers array
  • Find the Laravel 5 issue on the original package and link back here