<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Laravel on Janik von Rotz</title>
    <link>https://janikvonrotz.ch/tags/laravel/</link>
    <description>Recent content in Laravel on Janik von Rotz</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 13 Feb 2015 09:59:27 +0000</lastBuildDate>
    <atom:link href="https://janikvonrotz.ch/tags/laravel/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Let’s write a Laravel application - Fulltext search</title>
      <link>https://janikvonrotz.ch/2015/02/13/lets-write-a-laravel-application-fulltext-search/</link>
      <pubDate>Fri, 13 Feb 2015 09:59:27 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2015/02/13/lets-write-a-laravel-application-fulltext-search/</guid>
      <description>&lt;p&gt;This time I want to show you how you add a search functionality to your Laravel application that accomplishes the following features:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Fulltext search in Eloquent model&lt;/li&gt;&#xA;&lt;li&gt;Define searchable columns&lt;/li&gt;&#xA;&lt;li&gt;Define result relevance for searchable columns&lt;/li&gt;&#xA;&lt;li&gt;Customize the look of the search results based on the model&lt;/li&gt;&#xA;&lt;li&gt;Independent search bar.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Let’s write a Laravel application - Form validation for your backend and frontend</title>
      <link>https://janikvonrotz.ch/2015/02/10/lets-write-a-laravel-application-form-validation-for-your-backend-and-frontend/</link>
      <pubDate>Tue, 10 Feb 2015 00:18:29 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2015/02/10/lets-write-a-laravel-application-form-validation-for-your-backend-and-frontend/</guid>
      <description>&lt;p&gt;Form validation is always part of your data process workflow. With Laravel you can to validate the input on the controller or the eloquent model. To provide a seamless user experience it&amp;rsquo;s better to validate a form with JavaScript in the frontend. However due to security reasons you have provide a backend validation, otherwise it would possible to inject non valid data.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Let’s write a Laravel application - Sortable table</title>
      <link>https://janikvonrotz.ch/2015/02/04/lets-write-a-laravel-application-sortable-table/</link>
      <pubDate>Wed, 04 Feb 2015 14:33:28 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2015/02/04/lets-write-a-laravel-application-sortable-table/</guid>
      <description>&lt;p&gt;I want to show how you can create a sortable table and reuse the code with any model you want to display.&#xA;As we don&amp;rsquo;t want to write any function or definition twice or more, let&amp;rsquo;s extend the BaseController class with the function to get sorted items from a variable model.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Let’s write a Laravel application – Project template</title>
      <link>https://janikvonrotz.ch/2015/01/30/lets-write-a-laravel-application-project-template/</link>
      <pubDate>Fri, 30 Jan 2015 10:28:03 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2015/01/30/lets-write-a-laravel-application-project-template/</guid>
      <description>&lt;p&gt;In web development there are tons of programs and tools and due to that also complex and very different development strategies.&#xA;Luckily dependency handling got a lot easier. For my Laravel project setup we will use 3 different package managers.&#xA;Every package manager of course manages a different resource, we will use composer for php packages, npm for everything related to Node.js and Bower for web packages.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Let’s write a Laravel application - Introduction</title>
      <link>https://janikvonrotz.ch/2015/01/28/lets-write-a-laravel-application-introduction/</link>
      <pubDate>Wed, 28 Jan 2015 18:36:10 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2015/01/28/lets-write-a-laravel-application-introduction/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m going to develop a &lt;a href=&#34;http://laravel.com/&#34;&gt;Laravel&lt;/a&gt; application with my friends. The application is called RowBook. It will be a simple tool to log all the trips of the &lt;a href=&#34;http://www.seeclub-luzern.ch/&#34;&gt;row club Lucerne&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
