wayofdev/laravel-cycle-orm-adapter
import { Callout } from 'nextra-theme-docs' import ExternalLink from "../components/external-link";
If you would like to contribute to this project, please open an issue or a pull request. We are always looking for ways to improve the project and would love to hear your ideas.
The latest changes are always in master branch, so please make your Pull Request against that branch.
make hooks to install the git hooks and pre-commit checksmake test or make up && make ssh && vendor/bin/pest to run them.make lint should be run to ensure the code is properly formatted and phpstan should be run to ensure the code is properly typed.This repo adheres to the <ExternalLink href="https://www.conventionalcommits.org/en/v1.0.0/">Conventional Commits</ExternalLink> specification.
Commit messages are enforced through <ExternalLink href="https://github.com/commitizen-tools/commitizen">commitizen</ExternalLink> and a <ExternalLink href="https://pre-commit.com">pre-commit</ExternalLink>, please use make hooks to install them.
This leads to more readable messages that are easy to follow when looking through the project history and also allows to generate changelogs automatically.
To run phpunit (pest) tests, run the following command:
$ make test
Run Code quality checks using <ExternalLink href="https://phpstan.org">PHPStan</ExternalLink>:
$ make lint-stan
Fix code using <ExternalLink href="https://github.com/wayofdev/php-cs-fixer-config">The PHP Coding Standards Fixer</ExternalLink> to follow our standards:
$ make lint-php
If you discover a security vulnerability within this package, please send an e-mail to WayOfDev via the@wayof.dev. All security vulnerabilities will be promptly addressed.
We are using the <ExternalLink href="https://www.contributor-covenant.org">Contributor Covenant</ExternalLink> as our Code of Conduct, to keep discussion open and inclusive. Please, take a moment to read and follow our <ExternalLink href="https://github.com/wayofdev/laravel-cycle-orm-adapter/blob/master/.github/CODE_OF_CONDUCT.md">Code of Conduct</ExternalLink>.
How can I help you explore Laravel packages today?