<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tutorial on Hari KT — Full Stack Developer</title>
    <link>https://harikt.com/tags/tutorial/</link>
    <description>Recent content in Tutorial on Hari KT — Full Stack Developer</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-GB</language>
    <copyright>© 2026 Hari KT</copyright>
    <lastBuildDate>Mon, 06 Oct 2014 00:00:00 +0000</lastBuildDate><atom:link href="https://harikt.com/tags/tutorial/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Getting Started With Aura v2</title>
      <link>https://harikt.com/blog/2014/10/06/getting-started-with-aura-v2/</link>
      <pubDate>Mon, 06 Oct 2014 00:00:00 +0000</pubDate>
      
      <guid>https://harikt.com/blog/2014/10/06/getting-started-with-aura-v2/</guid>
      <description>&lt;p&gt;Yesterday &lt;a href=&#34;http://auraphp.com/blog/2014/10/05/stable-project-releases/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;aura framework v2 stable released&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Lots of complains about documentation or missing documentation. So this is a quick start. Probably a five minutes walk through. Learn and change to make it better.&lt;/p&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;Creating your project&#xA;    &lt;div id=&#34;creating-your-project&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#creating-your-project&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Create the project using composer.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight-wrapper&#34;&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;composer create-project aura/web-project quick-start&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; quick-start&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;p&gt;The minimal framework don&amp;rsquo;t come with any sort of view integrated. Let us use &lt;code&gt;aura/view&lt;/code&gt;, the two step templating with the help of &lt;code&gt;foa/html-view-bundle&lt;/code&gt;.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Installing an Aura Framework Project via Composer</title>
      <link>https://harikt.com/blog/2014/04/29/installing-aura-framework-project-via-composer/</link>
      <pubDate>Tue, 29 Apr 2014 00:00:00 +0000</pubDate>
      
      <guid>https://harikt.com/blog/2014/04/29/installing-aura-framework-project-via-composer/</guid>
      <description>&lt;p&gt;In this tutorial I am showing how to install aura framework project v2&#xA;via composer.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;composer create-project -s beta aura/framework-project path-to-project&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/auraphp/Aura.Framework_Project&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Aura.Framework_Project&lt;/a&gt; helps&#xA;you to build web and cli applications.&lt;/p&gt;&#xA;&lt;p&gt;If you need only web based application then&#xA;&lt;a href=&#34;https://github.com/auraphp/Aura.Web_Project&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Aura.Web_Project&lt;/a&gt;&#xA;is what you need.&lt;/p&gt;&#xA;&lt;p&gt;{% showterm b971330ea7fd28d22e2f3 %}&lt;/p&gt;&#xA;&lt;p&gt;If you need only cli, then &lt;a href=&#34;https://github.com/auraphp/Aura.Cli_Project&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Aura.Cli_Project&lt;/a&gt; helps you.&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
