spatie / ray

Debug with Ray to fix problems faster
https://myray.app
MIT License
572 stars 101 forks source link

Fixing WordPress mu-plugin instruction #775

Closed jeffreyvr closed 1 year ago

jeffreyvr commented 1 year ago

Fixing mu-plugin instruction now that vendor file is no longer in git.

Alternative command would be:

git clone git@github.com:spatie/wordpress-ray && cd wordpress-ray && composer install -o --no-dev

Addresses: https://github.com/spatie/wordpress-ray/discussions/66

freekmurze commented 1 year ago

Thank you!