I am working on a blogging application in Laravel 8. I have a settings table from which I pull the _...
I am working on a Laravel 8 blogging application. I need a large numer of articles in order to test...
I am working on a Laravel 8 blogging application. The "Add article" form has a "swit...
I am working on a Laravel 8 blogging application with articles, categories and comments. The goal I...
What makes the image type validation in this Laravel application fail? I am making a blogging applic...
@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.