Relative Content

Tag Archive for laravellaravel-backpacklaravel-backpack-5

Laravel Backpack CRUD Update View is Loading Incorrect Entry

I am experiencing a weird issue with Laravel Backpack (v5). I have a Template Model that I added the Clone Operation to. This is the only model in my project that currently has Clone capabilities. The weird thing is that when I try and edit any of my entries (cloned or not), they do not pay attention to the $id/$key in the URL/route and instead load the lowest $id in the DB associated to that user.