Skip to content

affordablemobiles/eloquent-sqlcommenter

Repository files navigation

sqlcommenter for Laravel's Eloquent

Provides support for Google's sqlcommenter specification:

https://google.github.io/sqlcommenter/

Latest Stable Version Monthly Downloads Total Downloads Latest Unstable Version License

Installation

Pull in the package via composer:

"require": {
    "affordablemobiles/eloquent-sqlcommenter": "~11"
}