Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 477 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 477 Bytes

Contribution Guide

The Laravel contributing guide can be found in the Laravel documentation.

Installation and Setup

git clone https://github.com/laravel/wayfinder.git wayfinder
cd wayfinder
composer install
npm install

Testing

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.