bohous
bohous
TCTwill CMS
Created by bohous on 5/13/2023 in #👊support
->getRelated for menu didnt work.
So the solution is make a left join and forget those browsers feauture.? I make controll , but all my code is to same which is on guide page. But didnt work. Have somebody other solution, or find where is a bug.?
3 replies
TCTwill CMS
Created by bohous on 4/25/2023 in #👊support
dashboard route
but it is look like for parent-child modules the dashboard isnt work . may some code improvement will be help. if will be there a new array key for that purpose. In fashboardController:529 . Anytime isnt way to ovveride that class.?
11 replies
TCTwill CMS
Created by bohous on 4/25/2023 in #👊support
dashboard route
my setup is step to step to same as in documentation for nested modules. what kind of route you mean.?
11 replies
TCTwill CMS
Created by bohous on 4/25/2023 in #👊support
dashboard route
thnks but to same error. my config now
'modules' =>
[
'\App\Models\Category' =>
[
'name' => 'categories',
'label' => 'Category',
'create' => true,
'search' => true,
'count' => true,
],
'\App\Models\CategoryArticle' =>
[
'name' => 'categoryArticle',
'label' => 'Article',
'create' => true,
'search' => true,
'count' => true,
]
]
'modules' =>
[
'\App\Models\Category' =>
[
'name' => 'categories',
'label' => 'Category',
'create' => true,
'search' => true,
'count' => true,
],
'\App\Models\CategoryArticle' =>
[
'name' => 'categoryArticle',
'label' => 'Article',
'create' => true,
'search' => true,
'count' => true,
]
]
error
Route [twill.categoryArticle.index] not defined.
Route [twill.categoryArticle.index] not defined.
11 replies
TCTwill CMS
Created by bohous on 4/25/2023 in #👊support
dashboard route
when I change name from categoryArticle to categories.articles I have other error Target class [App\Repositories\Categories.articleRepository] does not exist.
11 replies