I am making a blogging application with Laravel 8 and Bootstrap 5. I run into a problem trying to va...
I am making a blogging application with Laravel 8 and Bootstrap 5. For adding a post I use a form pl...
I am making a Laravel 8 app with posts and post categories. I am now working on the Edit post form,...
I am working on a Laravel 8 app with posts and post categories. I am working on the Edit post form,...
I am working on a Laravel 8 app with users and posts. From all the entries in the posts table, I nee...
@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.