BA7YA
11/29/2022, 9:37 AMBA7YA
11/29/2022, 9:41 AMHarings Rob
11/29/2022, 9:42 AMFireEagle
11/29/2022, 9:46 AMHarings Rob
11/29/2022, 9:47 AMkalle
11/29/2022, 9:49 AMBA7YA
11/29/2022, 9:52 AMdakaalim
11/30/2022, 1:13 AM/cms/users
working the way it is supposed to be?ifox
11/30/2022, 8:58 AMBA7YA
11/30/2022, 3:00 PMifox
11/30/2022, 5:55 PMBA7YA
11/30/2022, 6:27 PMdakaalim
11/30/2022, 9:52 PMifox
11/30/2022, 10:02 PMifox
11/30/2022, 10:02 PMdakaalim
11/30/2022, 11:57 PMdakaalim
12/01/2022, 12:09 AMvendor\area17\twill\src\Http\Controllers\Admin\ModuleController.php:362
$view = Collection::make([
"$this->viewPrefix.index",
"twill::$this->moduleName.index",
'twill::layouts.listing',
])->first(function ($view) {
return View::exists($view);
});
return View::make($view, $indexData);
dakaalim
12/01/2022, 12:10 AMview/index.blade.php
, twill will render the route /cms/users
on view/index.blade.php
, otherwise twill renders it either on twill::users.index
or twill::layouts.listing
ifox
12/01/2022, 12:17 AMifox
12/01/2022, 12:18 AMifox
12/01/2022, 12:20 AMifox
12/01/2022, 12:21 AMifox
12/01/2022, 12:22 AMdakaalim
12/01/2022, 12:22 AMdd()
ing stuff, is there a better way?ifox
12/01/2022, 12:24 AMdakaalim
12/01/2022, 12:24 AMifox
12/01/2022, 12:25 AMdakaalim
12/01/2022, 12:26 AMifox
12/01/2022, 12:27 AMHip-Hop
12/01/2022, 5:21 AM