Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 1.08 KB

README.md

File metadata and controls

executable file
·
21 lines (15 loc) · 1.08 KB

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"
}