Closed dj0nes closed 8 years ago
Closing ... try the 2.0
branch which fixes lots of Laravel 5.1+ issues. I don't have a Postgres instance to test against, but I did remove the "ORDER BY" part from the new function that does the above, so I imagine it will work.
Can you re-open if it's broken again? Thanks!
Postgres doesn't like the orderBy statement in the util.php function getAllTags, and returns the following query error:
where App\Blog just happens to be my model.
My quick fix for this is just commenting out line 91 in util.php to skip the orderBy statement, and doing the sorting elsewhere.
eloquent-taggable/src/Util.php