The contributions for Sqlcommenter laravel should be made to this repo
git clone https://github.com/google/sqlcommenterAdd this to your composer.json
"repositories": [
{
"type": "path",
"url": "/full/or/relative/path/to/sqlcommenter-laravel/package"
}
]composer require "google/sqlcommenter-laravel"Run unit tests using below command
./vendor/bin/phpunit tests