Development Environment Setup
-
Fork the main repository by clicking the Fork button
-
Clone your forked project to your development machine
git clone https://github.com/{your-github-name}/pest-plugin-laravel-expectations
- Create a new branch
git checkout -b my-awesome-feature
- Install the dev dependencies:
composer install