The Laravel contributing guide can be found in the Laravel documentation.
git clone https://github.com/laravel/wayfinder.git wayfinder
cd wayfinder
composer install
npm install
The tests are written using Vitest and can be found in ./tests
. To add a route and/or controller to test against, please reference the ./workbench
directory.