<?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: MatsLeal</title>
    <description>The latest articles on DEV Community by MatsLeal (@matsleal).</description>
    <link>https://dev.to/matsleal</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%2F48278%2F4ce8f273-f4d8-4d5e-bfa1-ef8760b88f74.png</url>
      <title>DEV Community: MatsLeal</title>
      <link>https://dev.to/matsleal</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/matsleal"/>
    <language>en</language>
    <item>
      <title>Vim &amp; Laravel</title>
      <dc:creator>MatsLeal</dc:creator>
      <pubDate>Sun, 31 Dec 2017 01:44:04 +0000</pubDate>
      <link>https://dev.to/matsleal/vim--laravel-28m1</link>
      <guid>https://dev.to/matsleal/vim--laravel-28m1</guid>
      <description>&lt;p&gt;Hello guys, I have recently been developing a few projects in Laravel, and, being myself a die hard Vim user, I prefer the MacVim approach, when I first started out with laravel, I decided to set some Vim mappings in order to integrate my laravel workflow into Vim, so far, i have this specific mappings:&lt;/p&gt;

&lt;p&gt;"-----------------Laravel Specific Mappings---------------"&lt;br&gt;
"Shortcut for routes/web.php file &lt;br&gt;
nmap lr :tabedit routes/web.php&lt;/p&gt;

&lt;h1&gt;
  
  
  "Larvel Comands
&lt;/h1&gt;

&lt;h3&gt;
  
  
  "Migrate tables
&lt;/h3&gt;

&lt;p&gt;nmap lmi :!php artisan migrate &lt;/p&gt;

&lt;h1&gt;
  
  
  "Creators
&lt;/h1&gt;

&lt;h3&gt;
  
  
  "Autocomplete for making a controller
&lt;/h3&gt;

&lt;p&gt;nmap lmc :!php artisan make:controller          &lt;/p&gt;

&lt;h3&gt;
  
  
  "Autocomplete for making a model
&lt;/h3&gt;

&lt;p&gt;nmap lmm :!php artisan make:model       &lt;/p&gt;

&lt;h3&gt;
  
  
  "Create a migrations table
&lt;/h3&gt;

&lt;p&gt;nmap lmmt :!php artisan make:migration &lt;/p&gt;

&lt;h1&gt;
  
  
  "Finders
&lt;/h1&gt;

&lt;h3&gt;
  
  
  "Search Controllers directly in app/Http/Controllers
&lt;/h3&gt;

&lt;p&gt;nmap lfc :CtrlPapp/Http/Controllers/&lt;/p&gt;

&lt;h3&gt;
  
  
  "Search the Migrations files
&lt;/h3&gt;

&lt;p&gt;nmap lfdm :CtrlPdatabase/migrations/&lt;/p&gt;

&lt;h3&gt;
  
  
  "Search for data models under app/
&lt;/h3&gt;

&lt;p&gt;nmap lfm :CtrlPapp/ &lt;/p&gt;

&lt;h3&gt;
  
  
  "Search for view in resources/views/
&lt;/h3&gt;

&lt;p&gt;nmap lfv :CtrlPresources/views/         &lt;/p&gt;

&lt;h3&gt;
  
  
  "Search for database speeders
&lt;/h3&gt;

&lt;p&gt;nmap lfs :CtrlPdatabase/seeds/&lt;/p&gt;

&lt;p&gt;I do this because I have not seen a lot of laravel FUNCTIONAL plugins yet, and I would love to see that some one actually finds this poor mappings useful, cheers Vim users !!&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>productivity</category>
      <category>vim</category>
    </item>
  </channel>
</rss>
