I have made a blogging application in Laravel 8. The articles support comments and comment replies....
I have made a blogging application in Laravel 8. I am currently working on giving any authenticated...
I have made a blogging application in Laravel 8. I am currently working on adding comment replies vi...
I have made a blogging application in Laravel 8. I am currently working on submitting comments and c...
I have made a blogging application in Laravel 8. On the single article view, I am displaying comment...
@muhalifanhar I agree, but unfortuuinsnatelly, changing the contoller ruins aother theme (called Cal...
@muhalifanhar Thanks for the answer, I will test it. But please notice that there is some code displ...
Here are the change apparently required. In the Blade file: @if($article->image !== 'default.jpg'...
Please consider posting an answer to this question too. Thanks! (mention and link removed)
@alanrodgers I did this: $comments = Comment::orderBy('id', 'desc') ->when($filter !== 'all',...
The Laravel portal for problem solving, knowledge sharing and community building.