In my code I retrieve a category like this: $category=Category::find($categoryID); And then echo its...
In one of my controller-functions I retrieve a model: $user=User::where('token',$token)->first();...
Hello! I'm trying to set up my laravel powered web application to use the smtp server of godaddy. Th...
The Laravel portal for problem solving, knowledge sharing and community building.
The community