We welcome contributions to the Laravel.io project. Please read the following guide before posting an issue or sending in pull requests. Please also read our Code of Conduct before contributing or engaging in discussions.
- Feature requests need to describe as thoroughly as possible and perhaps contain some info on how you would implement it
- Bug reports need to be described in detail what the problem is, how it was triggered and perhaps contain a possible solution
- Questions are free to be asked about the internals of the codebase and about the project
- Feature requests first need to be discussed and accepted through an issue before sending in a pull request
- Bug fixes should contain regression tests
- All pull requests should follow the coding standards
- Pull requests will be merged after being reviewed by the maintainers
- Please be respectful to other contributors and hold to The Code Manifesto
- It's a good practice to write tests for your contribution
- Write the full namespace in DocBlocks for
@param
,@var
or@return
tags - The rest of the coding standards will automatically fixed by Github Actions
All tests can be run with the following commands.
$ vendor/bin/phpunit