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

    ifox

    01/27/2023, 11:44 PM
    @amargoCactus do you mean the new block classes to use the form builder released in a previous RC? Or standard block classes to inject data in the form and/or validate it?
  • a

    amargoCactus

    01/27/2023, 11:44 PM
    The old
  • a

    amargoCactus

    01/27/2023, 11:44 PM
    I'm not using form builder
  • i

    ifox

    01/27/2023, 11:45 PM
    ok
  • i

    ifox

    01/27/2023, 11:45 PM
    what is not working?
  • i

    ifox

    01/27/2023, 11:45 PM
    validation? Passing data?
  • i

    ifox

    01/27/2023, 11:45 PM
    Class isn't loading at all?
  • a

    amargoCactus

    01/27/2023, 11:47 PM
    The block classes are ignored and the blocks now have undefined variable errors 😞
  • a

    amargoCactus

    01/27/2023, 11:48 PM
    Passing data
  • a

    amargoCactus

    01/27/2023, 11:49 PM
    I tried
    dd()
    in the block classes and nothing happens
  • i

    ifox

    01/27/2023, 11:50 PM
    Is this updating from rc2 to rc3, or from an earlier version?
  • i

    ifox

    01/27/2023, 11:52 PM
    you said you were using the 3.x branch actually so if you have the previous commit hash you were on that will help figure out where the problem might be quickly
  • a

    amargoCactus

    01/27/2023, 11:57 PM
    from beta2 to rc3 i think
  • a

    amargoCactus

    01/27/2023, 11:58 PM
    im not sure in what commit i was 😅
  • i

    ifox

    01/27/2023, 11:59 PM
    you would see that in your composer.lock file
  • a

    amargoCactus

    01/28/2023, 12:02 AM
    289e8585548cd30a7bc8b504d001be929a731337 to c627b5f4054033b6c51cc9b35ea61071f273d257
  • a

    amargoCactus

    01/28/2023, 12:03 AM
    289e858 to c627b5f
  • i

    ifox

    01/28/2023, 12:05 AM
    thanks!
  • a

    amargoCactus

    01/28/2023, 11:52 AM
    i downgrade to rc-1 and it's working, from version rc-2 onwards it stops working
  • i

    ifox

    01/28/2023, 11:53 AM
    this is most likely due to the new block component classes, we're looking into it. Thanks for identifying where it started breaking
  • a

    amargoCactus

    01/28/2023, 7:22 PM
    Can I use media library with S3 and glide?
  • a

    amargoCactus

    01/28/2023, 7:25 PM
    Or media library with S3 without imgix?
  • i

    ifox

    01/28/2023, 8:55 PM
    Yes, you can use S3 with other services than Imgix, including Glide. I recommend using a CDN on top of the glide /img path. You can decide to only store uploads on S3 or also store the glide cache in S3. But be aware that glide with S3 is not the most optimized on its own because of the round trips between your Laravel application and S3
  • a

    amargoCactus

    01/29/2023, 2:25 AM
    Can I customize the request from the media library to upload
  • a

    amargoCactus

    01/29/2023, 2:26 AM
    To my S3 provider
  • a

    amargoCactus

    01/29/2023, 2:27 AM
    I think I have to make the request different for it to work
  • i

    ifox

    01/29/2023, 2:27 AM
    yes, you can configure through environment variables or by creating your own flysystem disk. What are you looking to change?
  • a

    amargoCactus

    01/29/2023, 2:28 AM
    such as placing the credentials in the header and that the method is put
  • i

    ifox

    01/29/2023, 2:33 AM
    hmm that's not how S3 compliant providers are supposed to work. Which one is it?
  • a

    amargoCactus

    01/29/2023, 2:34 AM
    Contabo 🤣
1...454455456...484Latest