<?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: Cliff Levai</title>
    <description>The latest articles on DEV Community by Cliff Levai (@goombugi).</description>
    <link>https://dev.to/goombugi</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%2F444815%2F505241d4-84d8-4dce-9fb4-fce40fa60a7a.jpeg</url>
      <title>DEV Community: Cliff Levai</title>
      <link>https://dev.to/goombugi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/goombugi"/>
    <language>en</language>
    <item>
      <title>Laravel views and controller</title>
      <dc:creator>Cliff Levai</dc:creator>
      <pubDate>Tue, 18 Aug 2020 17:46:07 +0000</pubDate>
      <link>https://dev.to/goombugi/laravel-views-and-controller-1cfo</link>
      <guid>https://dev.to/goombugi/laravel-views-and-controller-1cfo</guid>
      <description>&lt;p&gt;In Laravel it is always good to return your view from the controller not from your pages view,&lt;br&gt;
For example:&lt;br&gt;
  Route::get('/pageName','PagesController@index');&lt;/p&gt;

&lt;p&gt;and example to do in the controller file:&lt;br&gt;
public function index(){&lt;br&gt;
return views('pages/index');&lt;/p&gt;

&lt;h1&gt;
  
  
  GoomBugi
&lt;/h1&gt;

</description>
    </item>
  </channel>
</rss>
