Laravel Version: 5.8 Why doesn't https://github.com/laravel/framework/blob/5.8/src/Illuminate/Redis/...
$once = User::find(1); $again = User::find(1); dd($once == $again); I didn't run it but I think it...
I'm not sure but maybe this is your answer. 'segments()' is a function in your Document class. If yo...
Hello MisterMike, I never used replicate, but it seems to me that you have an error. $oldCourse = Co...
T2theC is right. Inside your original code the object stored in the database (result of Content::cre...
This is a valid hasManyThrough relationship. To get the garage you can do security->car->garag...
The Laravel portal for problem solving, knowledge sharing and community building.