sqlcommenter for Laravel's Eloquent
Provides support for Google's sqlcommenter specification:
https://google.github.io/sqlcommenter/
Installation
Pull in the package via composer:
"require": {
"affordablemobiles/eloquent-sqlcommenter": "~11"
}