<?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: seaklong</title>
    <description>The latest articles on DEV Community by seaklong (@seaklong_smarttech).</description>
    <link>https://dev.to/seaklong_smarttech</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%2F575575%2F1266ca8b-3bf1-4c03-87d9-ad7230fca344.png</url>
      <title>DEV Community: seaklong</title>
      <link>https://dev.to/seaklong_smarttech</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/seaklong_smarttech"/>
    <language>en</language>
    <item>
      <title>Laravel Breeze , Authentication, Login, Registration, Password reset, Verification Form</title>
      <dc:creator>seaklong</dc:creator>
      <pubDate>Fri, 19 Feb 2021 06:13:36 +0000</pubDate>
      <link>https://dev.to/seaklong_smarttech/laravel-breeze-authentication-login-registration-password-reset-verification-form-2n7p</link>
      <guid>https://dev.to/seaklong_smarttech/laravel-breeze-authentication-login-registration-password-reset-verification-form-2n7p</guid>
      <description>&lt;p&gt;Laravel Breeze , Authentication, Login, Registration, Password reset, Verification&lt;br&gt;
Laravel Breeze is a minimal, simple implementation of all of Laravel's authentication features, including login, registration, password reset, email verification, and password confirmation. Laravel Breeze's default view layer is made up of simple Blade templates styled with Tailwind CSS. Breeze provides a wonderful starting point for beginning a fresh Laravel application.&lt;/p&gt;

&lt;h1&gt;
  
  
  Installation  #Authentication #Laravel #Login #Registration  #Verification
&lt;/h1&gt;

&lt;p&gt;curl -s &lt;a href="https://laravel.build/example-app"&gt;https://laravel.build/example-app&lt;/a&gt; | bash&lt;br&gt;
cd example-app&lt;br&gt;
php artisan migrate&lt;br&gt;
Once you have created a new Laravel application, you may install Laravel Breeze using Composer:&lt;br&gt;
composer require laravel/breeze --devphp artisan breeze:install&lt;br&gt;
npm install&lt;br&gt;
npm run dev&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=dLXvV7m1-9o"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DAp-FQHy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i9.ytimg.com/vi_webp/dLXvV7m1-9o/mqdefault.webp%3Ftime%3D1613714700000%26sqp%3DCIyqvYEG%26rs%3DAOn4CLBG1u5ca0HckrKiKUPbuCWN5sp4Tg"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this video can help you.Please click this link &lt;a href="https://www.youtube.com/watch?v=dLXvV7m1-9o"&gt;Video&lt;/a&gt;  .&lt;/p&gt;

&lt;p&gt;Here is the code on my Github or My &lt;a href="https://www.youtube.com/channel/UC80IlhuAl36zQdMSOyb3qgA"&gt;Youtube Channel&lt;/a&gt;  . &lt;br&gt;
You can leave a comment, suggestion for improvement or corrections, don’t forget to follow me.&lt;/p&gt;

</description>
      <category>authentication</category>
    </item>
    <item>
      <title>Convert html to pdf Laravel 8, laravel-dompdf, download pdf file step by step.</title>
      <dc:creator>seaklong</dc:creator>
      <pubDate>Thu, 18 Feb 2021 08:57:08 +0000</pubDate>
      <link>https://dev.to/seaklong_smarttech/convert-html-to-pdf-laravel-8-laravel-dompdf-download-pdf-file-step-by-step-3mfp</link>
      <guid>https://dev.to/seaklong_smarttech/convert-html-to-pdf-laravel-8-laravel-dompdf-download-pdf-file-step-by-step-3mfp</guid>
      <description>&lt;p&gt;Convert html to pdf Laravel 8, laravel-dompdf, download pdf file step by step.&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=o-C77FibAAo"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--eBIzOCFF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i9.ytimg.com/vi/o-C77FibAAo/mqdefault.jpg%3Ftime%3D1613638200000%26sqp%3DCLjUuIEG%26rs%3DAOn4CLDQ2h8q0IRp6g_WW_RB7Zzu1rmywA"&gt;&lt;/a&gt;&lt;br&gt;
We are explain with all code step by step.&lt;br&gt;
Step : 1 Install package&lt;br&gt;
First we need to install package in our laravel application using following command.&lt;br&gt;
composer require barryvdh/laravel-dompdf&lt;br&gt;
Step : 2 Configure package&lt;br&gt;
After install pdf package for laravel then we must be configure it. just following littel thing. oprn your config/app.php file and set following value for providers array and aliases array.&lt;br&gt;
Step : 3 Create route&lt;br&gt;
Step : 4 Create controller&lt;br&gt;
Step : 5 Create view&lt;/p&gt;

&lt;p&gt;In this video can help you.Please click this link &lt;a href="https://www.youtube.com/watch?v=o-C77FibAAo"&gt;Video&lt;/a&gt;  .&lt;/p&gt;

&lt;p&gt;Here is the code on my Github or My &lt;a href="https://www.youtube.com/channel/UC80IlhuAl36zQdMSOyb3qgA"&gt;Youtube Channel&lt;/a&gt;  . &lt;br&gt;
You can leave a comment, suggestion for improvement or corrections, don’t forget to follow me.&lt;/p&gt;

</description>
      <category>dompdf</category>
    </item>
    <item>
      <title>Laravel 8 CRUD(Create, Retrieve, Update, Delete) operations app with database and pagination
</title>
      <dc:creator>seaklong</dc:creator>
      <pubDate>Tue, 16 Feb 2021 10:51:21 +0000</pubDate>
      <link>https://dev.to/seaklong_smarttech/laravel-8-crud-create-retrieve-update-delete-operations-app-a-simple-guide-pagination-h3k</link>
      <guid>https://dev.to/seaklong_smarttech/laravel-8-crud-create-retrieve-update-delete-operations-app-a-simple-guide-pagination-h3k</guid>
      <description>&lt;p&gt;Laravel 8 CRUD(Create, Retrieve, Update, Delete) operations app with database and pagination.&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=9X5RZ9Zpg4s"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Guw-Q06c--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i9.ytimg.com/vi/9X5RZ9Zpg4s/mqdefault.jpg%3Ftime%3D1613531100000%26sqp%3DCNyPsoEG%26rs%3DAOn4CLCRQWohlsbZN74M4majEdcLCR9hiw"&gt;&lt;/a&gt;&lt;br&gt;
Laravel is model after the MVC (Model View Controller) architecture and revolves around CRUD (Create, Retrieve, Update, Delete) operations with database.&lt;br&gt;
 Step 1: Install Laravel 8 &lt;br&gt;
 Step 2: Database setup &lt;br&gt;
 Step 3: Create Migration &lt;br&gt;
 Step 4: Add Resource Route &lt;br&gt;
 Step 5: Add Controller and Model &lt;br&gt;
 Step 6: Add your views &lt;br&gt;
In this video can help you.Please click this link &lt;a href="https://www.youtube.com/watch?v=9X5RZ9Zpg4s"&gt;Video&lt;/a&gt;  .&lt;/p&gt;

&lt;p&gt;Here is the code on my Github or My &lt;a href="https://www.youtube.com/channel/UC80IlhuAl36zQdMSOyb3qgA"&gt;Youtube Channel&lt;/a&gt;  . &lt;br&gt;
You can leave a comment, suggestion for improvement or corrections, don’t forget to follow me.&lt;/p&gt;

</description>
      <category>crud</category>
    </item>
    <item>
      <title>Better code with Bitbucket 4 starting steps | Store and Run with Bitbucket</title>
      <dc:creator>seaklong</dc:creator>
      <pubDate>Wed, 10 Feb 2021 08:32:13 +0000</pubDate>
      <link>https://dev.to/seaklong_smarttech/better-code-with-bitbucket-4-starting-steps-store-and-run-with-bitbucket-4dg3</link>
      <guid>https://dev.to/seaklong_smarttech/better-code-with-bitbucket-4-starting-steps-store-and-run-with-bitbucket-4dg3</guid>
      <description>&lt;p&gt;Before you begin, you’ll need a Bitbucket Cloud account to follow along in this tutorial yourself. This guide will give you a tour of the parts of Bitbucket you’ll use a lot, so you should also have Git installed and be familiar with basic Git commands and how Git works.&lt;br&gt;
Step 1: Put your code in Bitbucket&lt;br&gt;
Step 2: Set up locally, collaborate globally&lt;br&gt;
Step 3: Basic branching with Bitbucket&lt;br&gt;
Step 4: Review code changes with a pull request&lt;br&gt;
In this video can help you.Please click this link &lt;a href="https://www.youtube.com/watch?v=CYP1ZQhu5eY"&gt;Video&lt;/a&gt;  .&lt;/p&gt;

&lt;p&gt;Finally, we are done, hope this explains it very well, in case you miss anything or you did not follow all through, here is the code on my Github or My &lt;a href="https://www.youtube.com/channel/UC80IlhuAl36zQdMSOyb3qgA"&gt;Youtube Channel&lt;/a&gt;  . &lt;br&gt;
You can leave a comment, suggestion for improvement or corrections, don’t forget to follow me.&lt;/p&gt;

</description>
      <category>bitbucket</category>
    </item>
    <item>
      <title>Laravel 8 Tutorial -  Layouts Using Blade Routing with Controller</title>
      <dc:creator>seaklong</dc:creator>
      <pubDate>Mon, 08 Feb 2021 06:39:03 +0000</pubDate>
      <link>https://dev.to/seaklong_smarttech/laravel-8-tutorial-layouts-using-blade-routing-with-controller-17do</link>
      <guid>https://dev.to/seaklong_smarttech/laravel-8-tutorial-layouts-using-blade-routing-with-controller-17do</guid>
      <description>&lt;p&gt;Laravel 8 Tutorial - Layouts Using Blade Routing with Controller.&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=QQyDsKUuNqk"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mY_tCxxH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i9.ytimg.com/vi/QQyDsKUuNqk/mqdefault.jpg%3Ftime%3D1613531700000%26sqp%3DCLSUsoEG%26rs%3DAOn4CLAEpz-_ZgcQ6YVmbtdDsxIy0Sm4aQ"&gt;&lt;/a&gt;&lt;br&gt;
A simple and easy way to use the Blade templating engine to get a fully ready layout system.&lt;br&gt;
We will create a few site pages (home, about, projects, contact). Here is a table of the pages that we will use and the layouts that they will use.&lt;br&gt;
In this video can help you.Please click this link &lt;a href="https://www.youtube.com/watch?v=QQyDsKUuNqk"&gt;Video&lt;/a&gt;  .&lt;/p&gt;

&lt;p&gt;Finally, we are done, hope this explains it very well, in case you miss anything or you did not follow all through, here is the code on my Github or My &lt;a href="https://www.youtube.com/channel/UC80IlhuAl36zQdMSOyb3qgA"&gt;Youtube Channel&lt;/a&gt;  . &lt;br&gt;
You can leave a comment, suggestion for improvement or corrections, don’t forget to follow me.&lt;/p&gt;

</description>
      <category>laravel8layouts</category>
    </item>
    <item>
      <title>Laravel 8 Auth Registration and Login using Laravel Breeze </title>
      <dc:creator>seaklong</dc:creator>
      <pubDate>Mon, 08 Feb 2021 06:28:12 +0000</pubDate>
      <link>https://dev.to/seaklong_smarttech/laravel-8-auth-registration-and-login-using-laravel-breeze-417l</link>
      <guid>https://dev.to/seaklong_smarttech/laravel-8-auth-registration-and-login-using-laravel-breeze-417l</guid>
      <description>&lt;p&gt;Hello,in this video can help you please click this link &lt;a href="https://www.youtube.com/watch?v=O36PNJr8UJg"&gt;Video&lt;/a&gt;.I am going to show how to do user authentication in laravel 8.And how to solve npm run dev error.&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=O36PNJr8UJg"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--op9VDzEc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i9.ytimg.com/vi_webp/O36PNJr8UJg/mqdefault.webp%3Ftime%3D1613531700000%26sqp%3DCLSUsoEG%26rs%3DAOn4CLDeGmkHZ4kMhyt5T9e1plMzdT4pWQ"&gt;&lt;/a&gt;&lt;br&gt;
Laravel 8 Auth (Registration and Login)&lt;/p&gt;

&lt;p&gt;Basic Laravel Login and Registration using Laravel Breeze&lt;/p&gt;

&lt;p&gt;Customize Laravel Auth (Laravel Breeze Registration and Login)&lt;/p&gt;

&lt;p&gt;Customize Laravel Jetstream (Registration and Login)&lt;/p&gt;

&lt;p&gt;Finally, we are done, hope this explains it very well, in case you miss anything or you did not follow all through, here is the code on my Github or My &lt;a href="https://www.youtube.com/channel/UC80IlhuAl36zQdMSOyb3qgA"&gt;Youtube Channel&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can leave a comment, suggestion for improvement or corrections, don’t forget to follow me.&lt;/p&gt;

</description>
      <category>laravelbreeze</category>
    </item>
  </channel>
</rss>
