<?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: Adebanjo Ebenezer Adeniji</title>
    <description>The latest articles on DEV Community by Adebanjo Ebenezer Adeniji (@kingdomaddict).</description>
    <link>https://dev.to/kingdomaddict</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%2F898282%2F7083bcc8-f160-42c3-bf07-7736b58838a5.png</url>
      <title>DEV Community: Adebanjo Ebenezer Adeniji</title>
      <link>https://dev.to/kingdomaddict</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kingdomaddict"/>
    <language>en</language>
    <item>
      <title>login/register pages with Laravel 8's Jetstream not responsive</title>
      <dc:creator>Adebanjo Ebenezer Adeniji</dc:creator>
      <pubDate>Tue, 26 Jul 2022 12:04:27 +0000</pubDate>
      <link>https://dev.to/kingdomaddict/loginregister-pages-with-laravel-8s-jetstream-not-responsive-420b</link>
      <guid>https://dev.to/kingdomaddict/loginregister-pages-with-laravel-8s-jetstream-not-responsive-420b</guid>
      <description>&lt;p&gt;I created a new laravel project and want to use the jetstream auth method. When I installed jetstream using&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;composer require laravel/jetstream
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;php artisan jetstream:install livewire
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;.&lt;/p&gt;

&lt;p&gt;I could see the resulting login/register page on my localhost via browser but the login/register interface isn't responsive at all. What can I be missing?&lt;/p&gt;

&lt;p&gt;I attempted to run build and got this error also&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ npm run build 
npm ERR! Missing script: "build" 
npm ERR! 
npm ERR! To see a list of scripts, run: 
npm ERR!  npm run  
npm ERR! A complete log of this run can be found in: 
npm ERR!  C:\Users\DELL\AppData\Local\npm-cache\_logs\2022-07-26T11_32_35_913Z-debug-0.log
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



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