generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 0
Composer for Local Development
Christopher Reed edited this page Nov 8, 2022
·
4 revisions
Add the following to the composer.json
"repositories": [
{
"type": "path",
"url": "~/dev/packages/azure-data-explorer"
}
],Then run
composer remove reedtechus/azure-data-explorer
composer require reedtechus/azure-data-explorerFor the package testing Laravel site, add the following repositories to test with local development.
"repositories": [
{
"type": "path",
"url": "~/dev/packages/azure-data-explorer-laravel"
},
{
"type": "path",
"url": "~/dev/packages/azure-data-explorer"
}
],