kalle
03/24/2022, 9:10 AMHarings Rob
03/24/2022, 9:15 AMHarings Rob
03/24/2022, 9:15 AMHarings Rob
03/24/2022, 9:22 AMifox
03/24/2022, 10:14 AMHarings Rob
03/24/2022, 10:14 AMifox
03/24/2022, 10:14 AMBA7YA
03/24/2022, 10:59 AMifox
03/24/2022, 11:01 AMHarings Rob
03/24/2022, 12:33 PMHarings Rob
03/24/2022, 12:35 PMzoi
03/24/2022, 1:32 PMifox
03/24/2022, 1:49 PMUtuyutuF
03/24/2022, 4:08 PMadmin.test.twill dashboard we click something like "Front End" menu and navigate to test.twillUtuyutuF
03/24/2022, 4:08 PMKormi
03/24/2022, 4:11 PMKormi
03/24/2022, 4:15 PMifox
03/24/2022, 4:16 PMifox
03/24/2022, 4:16 PMKormi
03/24/2022, 4:16 PMKormi
03/24/2022, 4:16 PMMEDIA_LIBRARY_ENDPOINT_TYPE=local
MEDIA_LIBRARY_IMAGE_SERVICE=A17\Twill\Services\MediaLibrary\Glide
MEDIA_LIBRARY_LOCAL_PATH=uploads/
MEDIA_LIBRARY_CASCADE_DELETE=true
FILE_LIBRARY_ENDPOINT_TYPE=local
FILE_LIBRARY_LOCAL_PATH=uploads/ifox
03/24/2022, 4:17 PMifox
03/24/2022, 4:17 PMphp artisan storage:link ?Kormi
03/24/2022, 4:19 PM<?php
return [
'dashboard' => [
'modules' => [
App\Models\Page::class => [ // module name if you added a morph map entry for it, otherwise FQCN of the model (eg. App\Models\Project)
'name' => 'pages', // module name
'routePrefix' => 'pages', // optional, if the module is living under a specific routes group
'count' => true, // show total count with link to index of this module
'create' => true, // show link in create new dropdown
'activity' => true, // show activities on this module in actities list
// 'draft' => true, // show drafts of this module for current user
'search' => true, // show results for this module in global search
],...
],
'analytics' => [
'enabled' => false,
'service_account_credentials_json' => storage_path('app/analytics/service-account-credentials.json'),
],
],
'auto_seed_singletons' => true,
'locale' => 'en',
'fallback_locale' => 'en',
'available_user_locales' => [
'en',
'it',
'ru',
],
'settings' => [
'crops' => [
'default_social_image' => [
'default' => [
[
'name' => 'default',
'ratio' => 1.91 / 1,
],
],
],
],
],
];Kormi
03/24/2022, 4:20 PMKormi
03/24/2022, 4:20 PMifox
03/24/2022, 4:21 PMKormi
03/24/2022, 4:21 PMifox
03/24/2022, 4:22 PMKormi
03/24/2022, 4:23 PM