I am working on a Laravel 8 app that uses Microsoft Azure for user management (login included). I be...
I am working on an application consisting of a Laravel 8 API and a Vue 3 front-end. I have a registr...
I have made a Laravel 8 application (link to GitHub repo) that requires user registration and login....
@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.