Thursday, April 14, 2016

I've just released Neatness!

I've just released a package for Laravel 4 and 5 called Neatness.

Using this package you can easily set ORDER  BY clause.
Besides, this package can provide URLs that switch column and direction to sort.

Try it!

By the way, I've been wondering why we can't use orderBy() method for related columns  through eager loading...

Or this means only I don't know the way?

In fact, I recommend to use join() method if we need to sort by related columns using Neatness.

If you know better tips, please tell me!
Thank you.


No comments:

Post a Comment