https://twill.io logo
Join Discord
Powered by
# ❓questions
  • a

    andrewsamuelhan

    08/09/2021, 5:17 PM
    Yes even I tried to manually add
    twill-manifest.json
    in
    public/admin
    folder, it still showing error.
  • p

    pboivin

    08/09/2021, 5:19 PM
    I believe the path should be
    public/assets/admin
  • a

    andrewsamuelhan

    08/09/2021, 5:24 PM
    Omg lol, the path is
    public/assets/admin
    not
    public/admin/
  • a

    andrewsamuelhan

    08/09/2021, 5:24 PM
    My bad 😅
  • p

    pboivin

    08/09/2021, 5:24 PM
    No worries, there's a lot happening 🙂
  • a

    andrewsamuelhan

    08/09/2021, 5:26 PM
    Maybe you can put these to FAQ
  • d

    Dmi3yy

    08/10/2021, 11:58 AM
    I think after last Laravel update, we have trouble with composer packages in twill
  • d

    Dmi3yy

    08/10/2021, 12:02 PM
    But on installed site composer update all ok
  • l

    leftblank

    08/10/2021, 12:09 PM
    @User i solved this by explicitly using
    guzzlehttp/guzzle": "^7.0.1"
    , i think
  • d

    Dmi3yy

    08/10/2021, 12:10 PM
    Thanks will try
  • i

    ifox

    08/10/2021, 12:11 PM
    @Dmi3yy yes this seems to happen when installing twill with a previously installed Laravel app. Removing the lock file and vendor folder before composer update should work.
  • d

    Dmi3yy

    08/10/2021, 12:12 PM
    Yep it’s help
  • l

    leftblank

    08/10/2021, 2:32 PM
    Just wondering if anyone has any ideas about this - I've got Twill working really well for the most complicated part of my first build, aside from this issue
  • p

    pboivin

    08/10/2021, 2:36 PM
    Hey @User , just to make sure I understand, can you reword your issue in terms of how I could replicate it locally? (e.g. Create module, add field X, click on foo, etc.)
    l
    i
    +4
    • 7
    • 154
  • l

    leftblank

    08/10/2021, 2:37 PM
    sure, give me a few mins to strip it down to the core elements 🙂
  • l

    leftblank

    08/10/2021, 3:23 PM
    BelongsTo browser issue
  • u

    _an.tony

    08/10/2021, 4:04 PM
    I have a small problem - when i was upgrade (2.2 => 2.4), block and repeaters disappear from block_editor. How fix this?
    p
    • 2
    • 26
  • l

    leftblank

    08/11/2021, 9:52 AM
    Hi all - is there a reason clicking on an item within a form Browser opens that item's CMS edit screen in a new tab? The rest of Twill seems to open in the same tab, so it feels a little strange!
  • i

    ifox

    08/11/2021, 9:58 AM
    Hi @leftblank we're doing that to avoid asking you if you really want to cancel your changes before opening it, assuming you're currently editing content, you wouldn't want to loose it just to open a browser item.
  • l

    leftblank

    08/11/2021, 9:59 AM
    Ah, that makes sense
  • i

    ifox

    08/11/2021, 9:59 AM
    now you could say if there are no content changes it could open in the same tab, that could be nice
  • l

    leftblank

    08/11/2021, 10:00 AM
    Yeah, i guess it's because the rest of twill feels kind of seamless/responsive moving around, it kind of stood out to me
  • s

    sapta34

    08/12/2021, 10:39 AM
    How i diplay repeater fields in frontend after @foreach ($block->children as $child)
  • s

    sapta34

    08/12/2021, 10:48 AM
    No problem .. I have solved this.
  • k

    kalkoen

    08/13/2021, 10:38 AM
    I cannot seem to find how to edit the tabs under CMS Users. In the twill demo, the Users tab is not present, but SEO and Social instead. How can one achieve this?
  • i

    ifox

    08/13/2021, 10:44 AM
    Hi @kalkoen SEO and Social are settings forms in the demo. The users tab is hidden for the demo, settings are a different thing, but I get your confusion
  • i

    ifox

    08/13/2021, 10:44 AM
    https://twill.io/docs/#settings-sections
  • k

    kalkoen

    08/13/2021, 10:54 AM
    Oh damn stupid oversight. Thanks, Settings sections will work great. PS : cheap flights at 6:00 might not be worth it 😢 . Is there a way to add a tab to the CMS Users page? Seems like there must be, otherwise the CMS Users page wouldn't need a tab?
  • i

    ifox

    08/13/2021, 11:31 AM
    technically it is definitely possible, but the system won't let you do that without crazy overrides currently. Definitely something we could open for developers to hook into. We have a permissions system coming up which introduces new tabs there (groups, roles)
  • g

    Ge1i0N

    08/13/2021, 5:42 PM
    Hi! I want to add a few localisation fields in user's profile. Adding fields on user's page and database tables to store them was simple, but I have no idea how to make this work. My guess is that I have to override UserController and other classes, but it doesn't work in /routes/admin.php. Similar route form vendors folder disrupts mine route. What should I do to fix this issue? Or is it impossible?
1...777879...484Latest