<?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: Diam</title>
    <description>The latest articles on DEV Community by Diam (@unquam).</description>
    <link>https://dev.to/unquam</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%2F3938990%2F9405654d-03f2-4ca9-b57d-bb588b1f4231.png</url>
      <title>DEV Community: Diam</title>
      <link>https://dev.to/unquam</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/unquam"/>
    <language>en</language>
    <item>
      <title>#PHP Meet nette-maker: A CLI Code Generator for Nette Framework</title>
      <dc:creator>Diam</dc:creator>
      <pubDate>Mon, 18 May 2026 21:56:23 +0000</pubDate>
      <link>https://dev.to/unquam/meet-nette-maker-a-cli-code-generator-for-nette-framework-1p80</link>
      <guid>https://dev.to/unquam/meet-nette-maker-a-cli-code-generator-for-nette-framework-1p80</guid>
      <description>&lt;p&gt;If you work with Nette Framework, you know this pain - every new feature means &lt;br&gt;
manually creating presenter, model, repository, service, migration and latte template.&lt;/p&gt;

&lt;p&gt;I built &lt;code&gt;nette-maker&lt;/code&gt; to solve this.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;composer require unquam/nette-maker
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;One command generates everything:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;php nette make:module User
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Creates presenter, model, repository, service, migration and latte template instantly.&lt;/p&gt;

&lt;p&gt;Also includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Database migrations with TableBuilder (MySQL, PostgreSQL, SQLite, MSSQL)&lt;/li&gt;
&lt;li&gt;Seeders and Factories for test data&lt;/li&gt;
&lt;li&gt;Authentication scaffolding (&lt;code&gt;make:auth&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;API Resources with pagination support&lt;/li&gt;
&lt;li&gt;Cache clearing (&lt;code&gt;clear:cache&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Interactive prompts
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;php nette migrate
php nette migrate:fresh &lt;span class="nt"&gt;--seed&lt;/span&gt;
php nette make:auth
php nette make:resource UserResource
php nette make:request Article/Store &lt;span class="c"&gt;#Api Form Request Validation&lt;/span&gt;
php nette make:request User/Update –web &lt;span class="c"&gt;#Web Form Request Validation&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;GitHub: &lt;a href="https://github.com/unquam/nette-maker" rel="noopener noreferrer"&gt;https://github.com/unquam/nette-maker&lt;/a&gt;&lt;br&gt;
Packagist: &lt;a href="https://packagist.org/packages/unquam/nette-maker" rel="noopener noreferrer"&gt;https://packagist.org/packages/unquam/nette-maker&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback welcome!&lt;/p&gt;

</description>
      <category>automation</category>
      <category>cli</category>
      <category>php</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
