https://twill.io logo
Capsule docker filesystem issues
# ❓questions
a
Hi, i check my docker conifg of Twill and its fine, but if change in Capsules blade somewthink, they didnt refresh after save . But if i change in blade, fe. default settings section, they refresh expected 🙂 Descr: first two screens became from Twill Capsule blade, last two: default settings blade
i
Hey @AntonyPL it's very unclear to me what you're trying to report here
are you saying that you have file sync issues when editing files within the capsule but not within your Laravel resources folder?
a
Yea, it's not readble - lets me explain. It is simply - when i change in Capsules form.blade,php (for example, adding a new input, or change label for fieldset) after save the changes doesn't work. But, if i add a new filed into setting section, after save its work fine
i
It could be 2 things: - your docker volume is not syncing changes from the app folder correctly but does from the resources folder - some views caching is going on
I don't think this is a twill specific issue either way
a
I check Capsules resources (test failed), Twill Module resources (test pass) Laravel Default resources (test pass). Could you check in you testlab ?
@ifox i confirm that issue. Capsules resources doesn't change after save. Default Laravel resource , Default Twill Model resource changes perfect after save.
i
again, @AntonyPL I'm not sure what this have to do with Twill
can you share your docker / docker compose configuration?
Are you using PHPStorm?
Could be its "Preserve files timestamps" feature
or it could be that opcache is enabled
a
Yes, im using php storm
i will check your suggestion 🙂
opcache is disabled
Ok - i think i resolve my problem; i disable Preserve files timestamps and create a new capsule. change works fine 🙂
2 Views