Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 578 Bytes

File metadata and controls

30 lines (24 loc) · 578 Bytes

Contributing to php-laravel

The contributions for Sqlcommenter laravel should be made to this repo

Download Source

git clone https://github.com/google/sqlcommenter

Install from source

Add this to your composer.json

"repositories": [
    {
        "type": "path",
        "url": "/full/or/relative/path/to/sqlcommenter-laravel/package"
    }
]
composer require "google/sqlcommenter-laravel"

Run Unittests

Run unit tests using below command

./vendor/bin/phpunit tests