cooz_master
06/23/2022, 10:13 AMifox
06/23/2022, 10:14 AMifox
06/23/2022, 10:15 AMdedli
06/23/2022, 10:15 AMifox
06/23/2022, 10:15 AMifox
06/23/2022, 10:16 AMcooz_master
06/23/2022, 10:16 AMifox
06/23/2022, 10:18 AMifox
06/23/2022, 10:20 AMcooz_master
06/23/2022, 10:21 AM23r01nf1n17y
06/23/2022, 10:34 AMJeanSilva
06/23/2022, 12:53 PMifox
06/23/2022, 12:57 PMifox
06/23/2022, 12:57 PMJeanSilva
06/23/2022, 12:58 PMgetFieldAttribute($field)
and it worked, but it also changed how the field is presented in the form.ifox
06/23/2022, 12:59 PMifox
06/23/2022, 12:59 PMifox
06/23/2022, 12:59 PMJeanSilva
06/23/2022, 1:00 PMifox
06/23/2022, 1:00 PMdedli
06/23/2022, 1:47 PM'disks' => [
'custom' => [
'driver' => 'local',
'root' => storage_path('app'),
'throw' => false,
'url' => env('APP_URL').':8000'.'/storage', ],
and add to twill.php:
'media_library' => [
'translated_form_fields' => true,
'disk' => 'custom'],
but still not workingifox
06/23/2022, 1:50 PM'url' => env('APP_URL').':8000'.'/storage', ],
doesn't you APP_URL already have the port?dedli
06/23/2022, 1:59 PMAPP_PORT=8000
APP_URL=localhost
user
06/23/2022, 2:00 PMifox
06/23/2022, 2:05 PMJeanSilva
06/23/2022, 2:22 PMuser
06/23/2022, 2:33 PMJeanSilva
06/23/2022, 2:52 PMifox
06/23/2022, 4:24 PMJeanSilva
06/23/2022, 5:46 PM