Development Environment Setup

  1. Fork the main repository by clicking the Fork button

  2. Clone your forked project to your development machine

git clone https://github.com/{your-github-name}/pest-plugin-laravel-expectations
  1. Create a new branch
git checkout -b my-awesome-feature
  1. Install the dev dependencies:
composer install
Edit this page on GitHub Updated at Wed, Feb 8, 2023