<?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: Hovik Ghambaryan</title>
    <description>The latest articles on DEV Community by Hovik Ghambaryan (@strides_hovo).</description>
    <link>https://dev.to/strides_hovo</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4047303%2Fd81889e2-f6d3-4cad-b5f4-392f230255ba.jpg</url>
      <title>DEV Community: Hovik Ghambaryan</title>
      <link>https://dev.to/strides_hovo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/strides_hovo"/>
    <language>en</language>
    <item>
      <title>I created a Laravel package to generate clean API modules</title>
      <dc:creator>Hovik Ghambaryan</dc:creator>
      <pubDate>Sat, 25 Jul 2026 21:24:16 +0000</pubDate>
      <link>https://dev.to/strides_hovo/i-created-a-laravel-package-to-generate-clean-api-modules-118h</link>
      <guid>https://dev.to/strides_hovo/i-created-a-laravel-package-to-generate-clean-api-modules-118h</guid>
      <description>&lt;p&gt;Hi everyone,I just released my first package — strides/laravel-api-module.The idea was simple: stop copying the same boilerplate code every time you create a new API resource. So I made a generator that creates a clean module structure using the Action + Repository + Transformer pattern.What you get with one command:Action classes&lt;br&gt;
Repository with interface&lt;br&gt;
Transformer (using spatie/laravel-data)&lt;br&gt;
Model and migration&lt;br&gt;
Routes file&lt;/p&gt;

&lt;p&gt;The package is well documented with examples.Would love to hear your feedback and suggestions!Links:Documentation: &lt;a href="https://strides-hovo.github.io/Laravel-api-module/" rel="noopener noreferrer"&gt;https://strides-hovo.github.io/Laravel-api-module/&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="https://github.com/strides-hovo/Laravel-api-module" rel="noopener noreferrer"&gt;https://github.com/strides-hovo/Laravel-api-module&lt;/a&gt;&lt;br&gt;
Packagist: &lt;a href="https://packagist.org/packages/strides/laravel-api-module" rel="noopener noreferrer"&gt;https://packagist.org/packages/strides/laravel-api-module&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>opensource</category>
      <category>php</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
