I have a controller that performs a paged query:
$noticias = Noticias::orderBy('created_at', 'desc')->paginate(4);
However, one of the columns returned is content . The column in question has a lot of text, how do you do it in Laravel s...
asked by
09.03.2016 / 19:23