Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 374 Bytes

File metadata and controls

18 lines (11 loc) · 374 Bytes

Playwright PHP Homebrew Tap

How do I install these formulae?

brew install playwright-php/tap/<formula>

Or brew tap playwright-php/tap and then brew install <formula>.

Or, in a brew bundle Brewfile:

tap "playwright-php/tap"
brew "<formula>"

Documentation

brew help, man brew or check Homebrew's documentation.