Hi all, I have 3 tables: books, authors, and publishers. Books-authors and authors-publishers have o...
Hi all, I tried to find the answer, but I couldn't. It seems there are some asset management package...
Hi all, I have the route below: Route::get('category/{id}/{year}-{month}-{day}', array('as' => 'c...
Hi, I have 3 model tables: publishers, authors, and books (many-to-one relation between publishers-a...
Would you write a query like that? Or would you prefer to divide it somehow? Is it ok for that long...
I would reject it, becuase I expect user to input comment.
In fact, I am aware of the eager loading solution. But I want to evaluate posts and comments separat...
$comment->links() gives this error: ErrorException Call to undefined method Illuminate\Database\Q...
$posts->comments()->links(); gives following error: ErrorException call_user_func_array() expe...
The Laravel portal for problem solving, knowledge sharing and community building.