<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mohamed Galdi</title>
    <description>The latest articles on DEV Community by Mohamed Galdi (@mohamedgaldi).</description>
    <link>https://dev.to/mohamedgaldi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3348635%2F5391cab0-e7a7-4d78-a9da-42375029c927.jpeg</url>
      <title>DEV Community: Mohamed Galdi</title>
      <link>https://dev.to/mohamedgaldi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mohamedgaldi"/>
    <language>en</language>
    <item>
      <title>I Just Released My First Laravel Package (File Uploads with FilePond in VILT Stack)</title>
      <dc:creator>Mohamed Galdi</dc:creator>
      <pubDate>Sat, 12 Jul 2025 13:43:07 +0000</pubDate>
      <link>https://dev.to/mohamedgaldi/i-just-released-my-first-laravel-package-file-uploads-with-filepond-in-vilt-stack-4fkp</link>
      <guid>https://dev.to/mohamedgaldi/i-just-released-my-first-laravel-package-file-uploads-with-filepond-in-vilt-stack-4fkp</guid>
      <description>&lt;p&gt;Hi everyone 👋,&lt;/p&gt;

&lt;p&gt;I'm excited (and a bit nervous) to share my first Laravel package with the community. It’s called vilt-filepond, and it's a simple, ready-to-use file upload solution for those building apps with the VILT stack (Vue, Inertia, Laravel, Tailwind).&lt;/p&gt;

&lt;p&gt;FilePond is a beautiful tool, but integrating it with Laravel (and especially Inertia + Vue) always took extra setup time. So I wrapped everything up in one package that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Handles temporary file storage and cleanup&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Supports single/multiple uploads&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Easily attaches files to any Eloquent model (polymorphic)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Comes with a responsive, Tailwind-styled Vue component&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Has support for multiple locales (EN, AR, FR, ES)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Works seamlessly with the Inertia form workflow&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Allows organizing files by collection (images, documents, etc.)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’ve used this package in a handful of real-world apps and found it very handy. While it doesn’t have automated tests yet, I’ve done my best to make sure it’s stable and clean. &lt;/p&gt;

&lt;p&gt;Would love your feedback, and PRs are more than welcome!&lt;br&gt;
👉 GitHub: &lt;a href="https://github.com/Mohamed-Galdi/vilt-filepond" rel="noopener noreferrer"&gt;https://github.com/Mohamed-Galdi/vilt-filepond&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for checking it out! 🙏&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
