<?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: Md. Mustak Talukder</title>
    <description>The latest articles on DEV Community by Md. Mustak Talukder (@mustaktalukder).</description>
    <link>https://dev.to/mustaktalukder</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%2F199932%2F3cb7672f-86a8-4136-b2bc-9a4bb9409dc0.jpeg</url>
      <title>DEV Community: Md. Mustak Talukder</title>
      <link>https://dev.to/mustaktalukder</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mustaktalukder"/>
    <language>en</language>
    <item>
      <title>What is the standard practice for REST-API Authentication in Laravel?</title>
      <dc:creator>Md. Mustak Talukder</dc:creator>
      <pubDate>Fri, 15 May 2020 19:53:43 +0000</pubDate>
      <link>https://dev.to/mustaktalukder/what-is-the-standard-practice-for-rest-api-authentication-in-laravel-4ei3</link>
      <guid>https://dev.to/mustaktalukder/what-is-the-standard-practice-for-rest-api-authentication-in-laravel-4ei3</guid>
      <description>&lt;p&gt;need help from experts.&lt;/p&gt;

&lt;p&gt;thanks in advance. &lt;/p&gt;

</description>
      <category>laravel</category>
    </item>
    <item>
      <title>react@16.8.6 or react@next setup in Laravel.</title>
      <dc:creator>Md. Mustak Talukder</dc:creator>
      <pubDate>Wed, 31 Jul 2019 23:42:17 +0000</pubDate>
      <link>https://dev.to/mustaktalukder/react-16-8-6-or-react-next-setup-in-laravel-10ja</link>
      <guid>https://dev.to/mustaktalukder/react-16-8-6-or-react-next-setup-in-laravel-10ja</guid>
      <description>&lt;h2&gt;
  
  
  How to Use &lt;a href="mailto:react@16.8.6"&gt;react@16.8.6&lt;/a&gt; or react@next in Laravel ?
&lt;/h2&gt;

&lt;p&gt;step 1: create your laravel project with composer command &lt;/p&gt;

&lt;h2&gt;
  
  
   ==&amp;gt; composer create-project --prefer-dist laravel/laravel blog
&lt;/h2&gt;

&lt;p&gt;step 2: Install react in your laravel.&lt;/p&gt;

&lt;h2&gt;
  
  
   ==&amp;gt; php artisan preset react
&lt;/h2&gt;

&lt;p&gt;step 3: Install all the dependencies.&lt;/p&gt;

&lt;h2&gt;
  
  
  ==&amp;gt; npm install or yarn install
&lt;/h2&gt;

&lt;p&gt;step 4: Check, is it work?&lt;/p&gt;

&lt;h2&gt;
  
  
  ==&amp;gt; npm run dev or yarn run dev
&lt;/h2&gt;

&lt;p&gt;if everything is okay? go next else recheck those command.&lt;/p&gt;

&lt;h2&gt;
  
  
  step 5: go to in your project "package.json" file.
&lt;/h2&gt;

&lt;p&gt;step 6: Edit this two line of package.json file.Set which version you want.&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    "react": "^16.8.6",
    "react-dom": "^16.8.6",
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;step 7: Then again insall dependencies&lt;/p&gt;

&lt;h2&gt;
  
  
  ==&amp;gt; npm install or yarn install
&lt;/h2&gt;

&lt;p&gt;All the command part is over.&lt;/p&gt;

&lt;p&gt;step 8: Go resources/views/welcome.blade.php&lt;/p&gt;

&lt;h2&gt;
  
  
  set ==&amp;gt; under the body tag crate a div and set id="example"
&lt;/h2&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt; &amp;lt;body&amp;gt;

    &amp;lt;div id="example"&amp;gt;&amp;lt;/div&amp;gt;

&amp;lt;/body&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Everything is okay.&lt;/p&gt;

&lt;p&gt;step 9: Run the laravel server and build react.&lt;/p&gt;

&lt;h2&gt;
  
  
  ==&amp;gt; yarn run dev or npm run dev
&lt;/h2&gt;

&lt;h2&gt;
  
  
  ==&amp;gt; php artisan serve
&lt;/h2&gt;

&lt;p&gt;refresh your browser &lt;/p&gt;

&lt;p&gt;It will be working .&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;

</description>
      <category>react</category>
      <category>laravel</category>
      <category>reactlaravel</category>
    </item>
  </channel>
</rss>
