pboivin
04/26/2022, 6:25 PMermyril
04/26/2022, 6:38 PMamargoCactus
04/26/2022, 6:40 PMamargoCactus
04/26/2022, 7:05 PMpboivin
04/26/2022, 7:25 PMcontentFieldsetLabelwillJcm54
04/26/2022, 7:47 PMwillJcm54
04/26/2022, 7:47 PMamargoCactus
04/26/2022, 8:00 PMamargoCactus
04/26/2022, 8:01 PMamargoCactus
04/26/2022, 8:04 PMconfig/twill-navigation.php
<?php
return [
'about' => [
'title' => 'About',
'route' => 'admin.about',
'primary_navigation' => [
'about' => [
'title' => 'About',
'singleton' => true,
],
'teams' => [
'title' => 'Team',
'module' => true,
],
]
],amargoCactus
04/26/2022, 8:05 PMroute/admin.php
Route::singleton('about');
Route::group(['prefix' => 'about'], function () {
Route::module('teams');
});kalle
04/26/2022, 8:07 PMamargoCactus
04/26/2022, 8:07 PMamargoCactus
04/26/2022, 8:09 PMkalle
04/26/2022, 8:09 PMphp
// twill-navigation.php
'about' => [
'title' => 'About',
'route' => 'admin.about.teams.index',
'primary_navigation' => [
'about' => [
'title' => 'About',
'singleton' => true,
],
'teams' => [
'title' => 'Team',
'module' => true,
],
]
],
// admin.php
Route::group(['prefix' => 'about'], function () {
Route::module('teams');
Route::singleton('about');
});kalle
04/26/2022, 8:10 PMkalle
04/26/2022, 8:14 PMphp artisan route:list and try to point route to itifox
04/26/2022, 10:32 PMifox
04/26/2022, 10:33 PMwillJcm54
04/27/2022, 1:58 AMwillJcm54
04/27/2022, 2:38 AMamargoCactus
04/27/2022, 3:50 AMdakaalim
04/27/2022, 4:10 AMSettings, image field doesn't support svg format and Settings doesn't use the HasFiles trait. Any workaround or suggestions? Cheers.amargoCactus
04/27/2022, 4:13 AMamargoCactus
04/27/2022, 4:16 AMamargoCactus
04/27/2022, 4:16 AMamargoCactus
04/27/2022, 4:17 AMHarings Rob
04/27/2022, 6:23 AMtwillTransamargoCactus
04/27/2022, 6:51 AMamargoCactus
04/27/2022, 6:52 AM