Hey, I have one model where i set $with variable to always take a relationship. But i have one case...
Hello. I'm looking for a way to create dynamic appends to a model. right now i have something like p...
Hey, I'm working on an app made on Laravel where i have to host multiple domains. It's an Project Ma...
Hey, I want to extend Sentry 2 with a new class. I did everything right but i have a problem. If i a...
Hey, I want to cache my queries like getting all projects assigned to a user. I use ->remember(36...
First, you forgot the return before $this->hasMany('Listing'); in User model. Then is the DB. in...
I'm not a htaccess guru so i need to ask this, how can i set SERVER_NAME as the variable_value? So i...
Can we see the database too? Maybe this helps $posts = Confirm::with('posts')->where('reply_user_...
I use this version: https://tutsplus.com/lesson/validation-services/ You are gonna repeat the code f...
The Laravel portal for problem solving, knowledge sharing and community building.