Skip to content

Commit

Permalink
doc: missing install command
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Oct 4, 2024
1 parent 1e56112 commit f839c93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Laravel/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Contributing to the Laravel Integration of API Platform

Pull requests should be made at https://github.com/api-plaform/core

## Tests

cd src/Laravel
composer global require soyuka/pmu
composer global link ../../
vendor/bin/testbench workbench:build
vendor/bin/testbench api-platform:install
vendor/bin/testbench package:test
# or
vendor/bin/phpunit
Expand Down

0 comments on commit f839c93

Please sign in to comment.