I am working on a Laravel 8 app with users and posts. I have a PostsController and a FeaturedPostsCo...
I am working on a Laravel 8 app with users and posts. I want to display the full name of the author...
I am working on a Laravel 8 app with users and posts. The objective is to create a bunch of posts (I...
I am working on a Laravel 8 app with users, roles and permissions. I use Microsoft Azure for user si...
I am working on a Laravel 8 application. I need to make a custom directive for checking user's permi...
@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.