<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>fgilio.com</title><link>https://fgilio.com/tags/laravel-cloud/</link><description>A blog about code and useful tips</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Franco Gilio</copyright><lastBuildDate>Sun, 09 Aug 2026 11:59:57 +0000</lastBuildDate><atom:link href="https://fgilio.com/tags/laravel-cloud/index.xml" rel="self" type="application/rss+xml"/><item><title>Shipping Ghostscript on Laravel Cloud</title><link>https://fgilio.com/shipping-ghostscript-on-laravel-cloud/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://fgilio.com/shipping-ghostscript-on-laravel-cloud/</guid><description>&lt;p>I ran into this while working on a project that needed to merge and compress PDFs on Laravel Cloud. I assumed I&amp;rsquo;d be able to install Ghostscript during the build somehow. Nope.&lt;/p>
&lt;p>Laravel Cloud doesn&amp;rsquo;t ship system binaries like Ghostscript, and unlike FFmpeg there isn&amp;rsquo;t an official static arm64 build you can just grab. So I ended up compiling it, committing it to the repo, and shipping it with the app.&lt;/p></description></item></channel></rss>