ifox
06/18/2021, 3:37 PMifox
06/18/2021, 3:38 PMMitchell Smith
06/18/2021, 3:39 PMifox
06/18/2021, 3:40 PMMitchell Smith
06/18/2021, 3:49 PMifox
06/18/2021, 3:56 PM'edit' => $this->getModuleRoute($page->id, 'edit'),
to your objects in parents
, it should link to other pagesMitchell Smith
06/18/2021, 3:56 PMifox
06/18/2021, 3:59 PMparents
key?Mitchell Smith
06/18/2021, 4:00 PMphp
Page::selectRaw('id, title as name')
->where('id', '!=', $request->route('page'))
->get();
ifox
06/18/2021, 4:00 PMMitchell Smith
06/18/2021, 4:00 PMMitchell Smith
06/18/2021, 4:00 PMMitchell Smith
06/18/2021, 4:01 PMifox
06/18/2021, 4:01 PMMitchell Smith
06/18/2021, 4:01 PMMitchell Smith
06/18/2021, 4:01 PMifox
06/18/2021, 4:01 PMifox
06/18/2021, 4:02 PMifox
06/18/2021, 4:02 PMifox
06/18/2021, 4:04 PM'parents' => $pages->map(function ($page) {
return [
'id' => $page->id,
'name' => $page->title,
'edit' => $this->getModuleRoute($page->id, 'edit')
];
}
ifox
06/18/2021, 4:05 PMMitchell Smith
06/18/2021, 4:11 PMMitchell Smith
06/18/2021, 4:11 PMMitchell Smith
06/18/2021, 4:12 PMuser
06/21/2021, 7:35 AMifox
06/21/2021, 7:39 AMuser
06/21/2021, 7:46 AMwindows(x64)
wamp(x64)
laravel 8.47.0
Yes, whenever I enter the correct credentials I get redirected back to the login page. There are no errors/log files of any kinduser
06/21/2021, 7:47 AMifox
06/21/2021, 7:48 AMifox
06/21/2021, 7:50 AMADMIN_APP_URL=twill-test
ADMIN_APP_PATH=admin
and see if you're able to login at twill-test/admin