Notes on local testing and committing to the package #11
peterjthomson
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For Maintainers: If we have a pull request from an external fork, here are some notes on how to test the fork...
Get the Demo app running. (May need: composer, env, key, seeder, npm install and npm build)
Install the fork version of the package.
Composer config to point to the local files:
composer config repositories.local '{"type": "path", "url": "../laravel-chartjs"}' --file composer.json
Beta Was this translation helpful? Give feedback.
All reactions