Before me is the task to output data from the database to the template, while the posts for which the boolean value is 0 should go at the top, and those at which 1, below. Is it possible to sort data from the database in laravel, by boolean field?
Before me is the task to output data from the database to the template, while the posts for which the boolean value is 0 should go at the top, and those at which 1, below. Is it possible to sort data from the database in laravel, by boolean field?
Source: https://ru.stackoverflow.com/questions/484217/
All Articles