chadpriddle

Results 9 comments of chadpriddle

Do you have an example or are you saying save the JSON then reload the javascript with out the background image and then export the image. That could work but...

I think i'm trying to accomplish the same thing. I want to create a simple `Menu` some where else on the page to toggle the menu button. I can't figure...

I added a div id to my json for the field and called it "id=disabled_input" and then added a custom javascript file to the voyager config and then added this...

Found my solution! You can either do what I suggested above with Jquery but instead of adding a disabled attribute to the input you need to add the readonly attribute....

Yes, just put in the full URL path using the string method `$merger = \PDFMerger::init();` `$merger->addPDFString(file_get_contents('https://aws.com/path-to-aws-pdf-1.pdf), 'all', 'P');` `$merger->addPDFString(file_get_contents('https://aws.com/path-to-aws-pdf-2.pdf), 'all', 'P');` `$merger->merge();` `$merger->save(base_path('public/pdf/merged.pdf'));`

I had this issue as well "The Plex library could not be found" I had Secure Connection always required in the settings. So I changed it back to "Disabled" Settings->Network->Secure...

Same issue, was working well with Laravel 9 and then I did composer update and got the same error

Same problem. Spend about 2 hours hunting this down. Ended up commenting out the if PHP version is 1.4 ` //if($pdfversion > "1.4"){` ` // $newFilePath = storage_path('tmp/' . str_random(16)...