rtconner / laravel-tagging

Tag support for Laravel Eloquent models - Taggable Trait
MIT License
882 stars 168 forks source link

Laravel 5 #118

Closed Kyslik closed 6 years ago

Kyslik commented 8 years ago

Formatting, PSR-2, PHPDoc blocs and some minor (non-breaking) changes.

Tests do pass. You have Travis set up to take care of this.

Tryouts

If you want to try out changes (IDE friendly) composer.json

"repositories": [
 {
    "type": "vcs",
    "url": "https://github.com/Kyslik/laravel-tagging"
 }
 ],
 "require": {
    ...
    "rtconner/laravel-tagging": "dev-kyslik"
 },