<?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: NARI / Freelance Engineer</title>
    <description>The latest articles on DEV Community by NARI / Freelance Engineer (@narith).</description>
    <link>https://dev.to/narith</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%2F124770%2Fab27fb73-823f-4573-842f-7dc1b2ee10f3.jpg</url>
      <title>DEV Community: NARI / Freelance Engineer</title>
      <link>https://dev.to/narith</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/narith"/>
    <language>en</language>
    <item>
      <title>Laravel CRUD and TestCase Code Generator</title>
      <dc:creator>NARI / Freelance Engineer</dc:creator>
      <pubDate>Tue, 05 Feb 2019 18:26:53 +0000</pubDate>
      <link>https://dev.to/narith/laravel-crud-and-testcase-code-generator-40l2</link>
      <guid>https://dev.to/narith/laravel-crud-and-testcase-code-generator-40l2</guid>
      <description>&lt;p&gt;My tool will get easier that Laravel developer coding &lt;br&gt;
 the basic CRUD method.&lt;/p&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1091905637573750784-669" src="https://platform.twitter.com/embed/Tweet.html?id=1091905637573750784"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1091905637573750784-669');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1091905637573750784&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1091926537119494145-713" src="https://platform.twitter.com/embed/Tweet.html?id=1091926537119494145"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1091926537119494145-713');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1091926537119494145&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;h2&gt;
  
  
  Using Frame Work
&lt;/h2&gt;

&lt;p&gt;vuetify.js&lt;/p&gt;

&lt;h2&gt;
  
  
  GitHub
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/narith-minami" rel="noopener noreferrer"&gt;
        narith-minami
      &lt;/a&gt; / &lt;a href="https://github.com/narith-minami/laravel-crud-and-test-code-generator" rel="noopener noreferrer"&gt;
        laravel-crud-and-test-code-generator
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Created with CodeSandbox
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;URL&lt;/h1&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a href="https://7k095m9l6q.codesandbox.io/" rel="nofollow noopener noreferrer"&gt;https://7k095m9l6q.codesandbox.io/&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A Vue.js and vuetify project&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Build Setup&lt;/h2&gt;

&lt;/div&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;&lt;span class="pl-c"&gt;&lt;span class="pl-c"&gt;#&lt;/span&gt; install dependencies&lt;/span&gt;
npm install

&lt;span class="pl-c"&gt;&lt;span class="pl-c"&gt;#&lt;/span&gt; serve with hot reload at localhost:8080&lt;/span&gt;
npm run dev

&lt;span class="pl-c"&gt;&lt;span class="pl-c"&gt;#&lt;/span&gt; build for production with minification&lt;/span&gt;
npm run build

&lt;span class="pl-c"&gt;&lt;span class="pl-c"&gt;#&lt;/span&gt; build for production and view the bundle analyzer report&lt;/span&gt;
npm run build --report

&lt;span class="pl-c"&gt;&lt;span class="pl-c"&gt;#&lt;/span&gt; run unit tests&lt;/span&gt;
npm run unit

&lt;span class="pl-c"&gt;&lt;span class="pl-c"&gt;#&lt;/span&gt; run all tests&lt;/span&gt;
npm &lt;span class="pl-c1"&gt;test&lt;/span&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;For a detailed explanation on how things work, check out the &lt;a href="http://vuejs-templates.github.io/webpack/" rel="nofollow noopener noreferrer"&gt;guide&lt;/a&gt; and &lt;a href="http://vuejs.github.io/vue-loader" rel="nofollow noopener noreferrer"&gt;docs for vue-loader&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/narith-minami/laravel-crud-and-test-code-generator" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;h2&gt;
  
  
  URL
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://7k095m9l6q.codesandbox.io/" rel="noopener noreferrer"&gt;https://7k095m9l6q.codesandbox.io/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's enjoy your programming life:)&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>vue</category>
      <category>vuetify</category>
      <category>codesandbox</category>
    </item>
  </channel>
</rss>
