<?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: Erick Zarate Hernandez</title>
    <description>The latest articles on DEV Community by Erick Zarate Hernandez (@erickzh).</description>
    <link>https://dev.to/erickzh</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%2F244860%2F6067a0ff-cbe9-4814-9dae-ccc96d1ea23c.jpeg</url>
      <title>DEV Community: Erick Zarate Hernandez</title>
      <link>https://dev.to/erickzh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/erickzh"/>
    <language>en</language>
    <item>
      <title>Update To Laravel Breeze v0.1.0</title>
      <dc:creator>Erick Zarate Hernandez</dc:creator>
      <pubDate>Wed, 25 Nov 2020 01:24:36 +0000</pubDate>
      <link>https://dev.to/erickzh/update-to-laravel-breeze-v0-1-0-4n5p</link>
      <guid>https://dev.to/erickzh/update-to-laravel-breeze-v0-1-0-4n5p</guid>
      <description>&lt;p&gt;Today Laravel Breeze version 0.1.0 was released which includes support for version 2 of Tailwindcss, likewise this release includes a link so that those who have registered can log in directly, as well as Laravel Jetstream.&lt;/p&gt;

&lt;p&gt;See &lt;a href="https://github.com/laravel/breeze" rel="noopener noreferrer"&gt;https://github.com/laravel/breeze&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Previously, I had created a project with Laravel Breeze version 0.0.4 and was waiting for this release to proceed with the update.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Warning&lt;/strong&gt; I recommend creating a new branch to do this update
&lt;/h3&gt;

&lt;p&gt;To update our application from Laravel Breeze 0.0.4 to 0.1.0, just change the version of the package in the composer.json file.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fv6cccg75i8cabayv57v8.png" class="article-body-image-wrapper"&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-uploads.s3.amazonaws.com%2Fi%2Fv6cccg75i8cabayv57v8.png" alt="update version"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now we need run the command &lt;code&gt;composer update&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;After composer finishes updating the dependencies it's time to run the command&lt;/p&gt;

&lt;p&gt;&lt;code&gt;php artisan breeze:install&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This automatically updates the new changes coming in the Laravel Breeze 0.1.0 release&lt;/p&gt;

&lt;p&gt;Finally we must execute the npm commands&lt;/p&gt;

&lt;p&gt;&lt;code&gt;npm install &amp;amp;&amp;amp; npm run dev&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Nice that's all we have to do.&lt;/p&gt;

&lt;p&gt;Now if we go to the login page of our project we will see that the UX looks different.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F8k2zzw91568y1nwrzoh5.png" class="article-body-image-wrapper"&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-uploads.s3.amazonaws.com%2Fi%2F8k2zzw91568y1nwrzoh5.png" alt="login pages"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This looks nice ... but all of our changes that we made (in my case) to the project before this launch will be overwritten. That is why it is important to do this in a totally new branch.&lt;/p&gt;

&lt;p&gt;I hope this helps you 🚀&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>tailwindcss</category>
      <category>breeze</category>
    </item>
  </channel>
</rss>
