valhalla14
07/13/2022, 6:25 AMCannot declare class A17\Twill\Models\Enums\UserRole, because the name is already in use
Any idea what I'm missing?Harings Rob
07/13/2022, 6:27 AMexclude-from-classmap
to your composer.json?Harings Rob
07/13/2022, 6:28 AMvalhalla14
07/13/2022, 6:36 AM24C Felix
07/13/2022, 6:37 AMHarings Rob
07/13/2022, 6:38 AM24kappa
07/14/2022, 3:53 PM24kappa
07/14/2022, 3:54 PM24kappa
07/14/2022, 3:57 PMMEDIA_LIBRARY_ENDPOINT_TYPE=local
MEDIA_LIBRARY_IMAGE_SERVICE=A17\Twill\Services\MediaLibrary\TwicPics
24kappa
07/14/2022, 4:05 PMhttps://<sub>.twic.pics/<path_to_image>
so in my case it would be: https://krios.twic.pics/https://site.dev/storage/uploads/hash/image.jpg
but the TwillImage
render produce this type of url:
https://krios.twic.pics/https://site.dev/hash/image.jpg
It seems is missing storage/uploads
part
has anyone ever had this problem?pboivin
07/14/2022, 4:20 PMTWICPICS_PATH
in your .env
?pboivin
07/14/2022, 4:21 PM24kappa
07/14/2022, 4:23 PMpboivin
07/14/2022, 4:24 PM24kappa
07/14/2022, 4:25 PMpboivin
07/14/2022, 4:25 PM24kappa
07/14/2022, 4:26 PMpboivin
07/14/2022, 4:39 PMDKC
07/15/2022, 2:37 AMHarings Rob
07/15/2022, 6:27 AMDKC
07/15/2022, 10:00 AMifox
07/15/2022, 12:39 PMDKC
07/15/2022, 12:41 PMifox
07/15/2022, 1:05 PMMedvedOurs
07/18/2022, 1:10 PM@formCollapsedFields
but I can't seem to find any example and can't seem to make it work by myself (it might be a side effect of my brain melting due to the temperature!) - the goal is to have fieldsets collapsed by default, if that's even possible with it!)ifox
07/18/2022, 1:12 PM@formFieldset(['title' => 'test', 'open' => false])
MedvedOurs
07/18/2022, 1:13 PMMedvedOurs
07/18/2022, 1:13 PMMedvedOurs
07/18/2022, 1:14 PMifox
07/18/2022, 1:16 PM<a17-fieldset>
component