<?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: techdurjoy</title>
    <description>The latest articles on DEV Community by techdurjoy (@techdurjoy).</description>
    <link>https://dev.to/techdurjoy</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%2F617253%2F2e7227b2-796b-42b0-a436-b2ec69065f30.jpg</url>
      <title>DEV Community: techdurjoy</title>
      <link>https://dev.to/techdurjoy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/techdurjoy"/>
    <language>en</language>
    <item>
      <title>Laravel 9 Autocomplete Search Example with Typeahead</title>
      <dc:creator>techdurjoy</dc:creator>
      <pubDate>Fri, 25 Mar 2022 04:42:17 +0000</pubDate>
      <link>https://dev.to/techdurjoy/laravel-9-autocomplete-search-example-with-typeahead-5cik</link>
      <guid>https://dev.to/techdurjoy/laravel-9-autocomplete-search-example-with-typeahead-5cik</guid>
      <description>&lt;p&gt;There is a simple example of laravel autocomplete typeahead. i am going to write example of how to create autocomplete search using laravel typeahead js. you will see how to we can create laravel typeahead search.&lt;/p&gt;

&lt;p&gt;Just follow bellow step to create typeahead with laravel 6, laravel 7, laravel 8 and laravel 9 application.&lt;/p&gt;

&lt;p&gt;Bootstrap Typeahead JS provide way of user interface so, we can easily write code of jquery ajax and make it dynamic autocomplete search in laravel application. we can easily use Typeahead JS with bootstrap.&lt;/p&gt;

&lt;p&gt;Jquery autocomplete is must if you are dealing with big data, like you have items or products table and thousands of records so it's not possible to give drop-down box, but it is better if we use autocomplete instead of select box.&lt;/p&gt;

&lt;p&gt;Follow bellow step to create simple autocomplete search with laravel application.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.codecheef.org/article/laravel-9-autocomplete-search-example-with-typeahead"&gt;Laravel 9 Autocomplete Search Example with Typeahead&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
    </item>
    <item>
      <title>Laravel 9 Role Based Authentication Tutorial</title>
      <dc:creator>techdurjoy</dc:creator>
      <pubDate>Thu, 24 Mar 2022 18:41:08 +0000</pubDate>
      <link>https://dev.to/techdurjoy/laravel-9-role-based-authentication-tutorial-4fgj</link>
      <guid>https://dev.to/techdurjoy/laravel-9-role-based-authentication-tutorial-4fgj</guid>
      <description>&lt;p&gt;Role based authentication is an authorization mechanism for Laravel applications. In this Laravel role-based authentication tutorial, we will see how to perform role-based authorization in Laravel from scratch. This Laravel 8 role-based authentication example will create different admin panels for admin and super admin for role-based Laravel authorization.&lt;/p&gt;

&lt;p&gt;In this role based authentication in Laravel, we will create middleware to control user access. Sometimes we need to create an admin panel by creating role based authentication or login systems in Laravel. &lt;/p&gt;

&lt;p&gt;Before starting with role-based authentication and authorization in Laravel, let’s understand what role-based authorization is and what we can achieve with this. &lt;/p&gt;

&lt;p&gt;Let’s imagine we are building an application that a variety of customers will use. However, some parts of the application should only be accessible by customers having a certain privilege.&lt;/p&gt;

&lt;p&gt;This is where a role-based authentication system comes into the picture. We have to create a few extra tables in your database to define all the roles in your application and map our users to certain roles.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.codecheef.org/article/laravel-9-role-based-authentication-tutorial"&gt;Laravel 9 Role Based Authentication Tutorial&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
    </item>
    <item>
      <title>Laravel 9 Custom Pagination Example Tutorial</title>
      <dc:creator>techdurjoy</dc:creator>
      <pubDate>Thu, 24 Mar 2022 18:40:01 +0000</pubDate>
      <link>https://dev.to/techdurjoy/laravel-9-custom-pagination-example-tutorial-4ho0</link>
      <guid>https://dev.to/techdurjoy/laravel-9-custom-pagination-example-tutorial-4ho0</guid>
      <description>&lt;p&gt;Hi Dev,&lt;/p&gt;

&lt;p&gt;Today, in this article I will share with you something new about how to make your own pagination in laravel 9 application, we will show an example of laravel custom pagination.by the way laravel provide simple pagination, but in this tutorial I will create custom pagination.&lt;/p&gt;

&lt;p&gt;Here, I will give you a full example of how to create a custom pagination view tutorial in laravel 9 as below so follow my all steps.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.codecheef.org/article/laravel-9-custom-pagination-example-tutorial"&gt;Laravel 9 Custom Pagination Example Tutorial&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
    </item>
    <item>
      <title>Laravel 9 Multiple Authentication Example using Guard</title>
      <dc:creator>techdurjoy</dc:creator>
      <pubDate>Thu, 24 Mar 2022 18:38:46 +0000</pubDate>
      <link>https://dev.to/techdurjoy/laravel-9-multiple-authentication-example-using-guard-56oe</link>
      <guid>https://dev.to/techdurjoy/laravel-9-multiple-authentication-example-using-guard-56oe</guid>
      <description>&lt;p&gt;In this post we will give you information about Multi Auth Laravel 9 | Multiple Authentication in Laravel 9. Hear we will give you detail about Multi Auth Laravel 9 | Multiple Authentication in Laravel 9 And how to use it also give you demo for it if it is necessary.&lt;/p&gt;

&lt;p&gt;To create multi auth in laravel i am using laravel guard. Many web applications need to user and admin management system. That time we need multiple login system like student login, user login, admin login, etc.&lt;/p&gt;

&lt;p&gt;Now i am going to show you how we can create these multiple user and admin login systems in laravel. In this tutorial, we’ll use a guard to create this multi authentication system. Laravel default login system, laravel use web as a default guard.&lt;/p&gt;

&lt;p&gt;I will use laravel custom guard to manage laravel multiple authentication in laravel 9. If you go to your loginController.php then you can see it use the AuthenticatesUsers trait. So we will see that what is happening here.&lt;/p&gt;

&lt;p&gt;If you go to this file which locates this following path&lt;/p&gt;

&lt;p&gt;vendor\laravel\framework\src\illuminate\Foundation\Auth\AuthenticatesUsers .php&lt;/p&gt;

&lt;p&gt;After going through this file just go to the bottom of this file and you will see a lot of code of the login system. But now we are going to create our own multi-auth system in laravel 9.&lt;/p&gt;

&lt;p&gt;Sometimes we need student login, teacher login, and admin login etc. In such kind of situation, we need multi-auth in web applications. Laravel provides an awesome thing to do multi auth using a guard.&lt;/p&gt;

&lt;p&gt;So in this example tutorial, I am going to show you how we can create a multi auth system in our laravel 9 application.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.codecheef.org/article/laravel-9-multiple-authentication-example-using-guard"&gt;Laravel 9 Multiple Authentication Example using Guard&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
    </item>
    <item>
      <title>How to Logout User from API with Laravel Passport</title>
      <dc:creator>techdurjoy</dc:creator>
      <pubDate>Thu, 24 Mar 2022 18:37:45 +0000</pubDate>
      <link>https://dev.to/techdurjoy/how-to-logout-user-from-api-with-laravel-passport-pm4</link>
      <guid>https://dev.to/techdurjoy/how-to-logout-user-from-api-with-laravel-passport-pm4</guid>
      <description>&lt;p&gt;How to Logout User from API with Laravel Passport. How to Logout User from API with Laravel Passport. How to Logout User from API with Laravel Passport. How to Logout User from API with Laravel Passport. How to Logout User from API with Laravel Passport. How to Logout User from API with Laravel Passport.How to Logout User from API with Laravel Passport.&lt;br&gt;
How to Logout User from API with Laravel Passport. How to Logout User from API with Laravel Passport. How to Logout User from API with Laravel Passport. How to Logout User from API with Laravel Passport. How to Logout User from API with Laravel Passport. How to Logout User from API with Laravel Passport.How to Logout User from API with Laravel Passport.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.codecheef.org/article/how-to-logout-user-from-api-with-laravel-passport"&gt;How to Logout User from API with Laravel Passport&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
    </item>
    <item>
      <title>4 Commands to Check Memory Usage in Linux</title>
      <dc:creator>techdurjoy</dc:creator>
      <pubDate>Thu, 24 Mar 2022 18:36:44 +0000</pubDate>
      <link>https://dev.to/techdurjoy/4-commands-to-check-memory-usage-in-linux-45c9</link>
      <guid>https://dev.to/techdurjoy/4-commands-to-check-memory-usage-in-linux-45c9</guid>
      <description>&lt;p&gt;It is essential that your Linux system runs at an optimal level. A few simple terminal commands provide access to all relevant information and help you monitor memory statistics.&lt;/p&gt;

&lt;p&gt;In this tutorial, learn five powerful commands to check memory usage in Linux.&lt;/p&gt;

&lt;p&gt;We also provide detailed explanations of what they do and more importantly, how to interpret the results. The commands will work with nearly all Linux distributions. In this instance, the commands and the results are presented using Ubuntu 18.04.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.codecheef.org/article/4-commands-to-check-memory-usage-in-linux"&gt;4 Commands to Check Memory Usage in Linux&lt;/a&gt;&lt;/p&gt;

</description>
      <category>linux</category>
    </item>
    <item>
      <title>Create Reusable Trait to Generate and Save uuid in Laravel</title>
      <dc:creator>techdurjoy</dc:creator>
      <pubDate>Thu, 24 Mar 2022 18:30:57 +0000</pubDate>
      <link>https://dev.to/techdurjoy/create-reusable-trait-to-generate-and-save-uuid-in-laravel-1mkd</link>
      <guid>https://dev.to/techdurjoy/create-reusable-trait-to-generate-and-save-uuid-in-laravel-1mkd</guid>
      <description>&lt;p&gt;Today i am going to share with you how to create uuid in laravel 5 application. You can create quick uuid using generator. I will use composer package for generate unique uuid.&lt;/p&gt;

&lt;p&gt;UUID stand for universally unique identifier and is a 128-bit number used to identify information in computer pc. In this post i will show you how to generate uuid in laravel 5, laravel 6, laravel 7, laravel 8 and laravel 9 application.&lt;/p&gt;

&lt;p&gt;you can also use Str facade to generate uuid in laravel application. i will give you two way to generate uuid in laravel.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.codecheef.org/article/create-reusable-trait-to-generate-and-save-uuid-in-laravel"&gt;Create Reusable Trait to Generate and Save uuid in Laravel&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
    </item>
    <item>
      <title>Proper Way to Encrypt Data in Laravel Application Example</title>
      <dc:creator>techdurjoy</dc:creator>
      <pubDate>Tue, 22 Mar 2022 04:43:40 +0000</pubDate>
      <link>https://dev.to/techdurjoy/proper-way-to-encrypt-data-in-laravel-application-example-cj0</link>
      <guid>https://dev.to/techdurjoy/proper-way-to-encrypt-data-in-laravel-application-example-cj0</guid>
      <description>&lt;p&gt;Encryption is a process of converting a plain text to a message using some algorithms such that any third user cannot read the information. This is helpful for transmitting sensitive information because there are fewer chances for an intruder to target the information transferred.&lt;/p&gt;

&lt;p&gt;Encryption is performed using a process called Cryptography. The text which is to be encrypted is termed as Plain Text and the text or the message obtained after the encryption is called Cipher Text. The process of converting cipher text to plain text is called Decryption.&lt;/p&gt;

&lt;p&gt;Laravel uses AES-256 and AES-128 encrypter, which uses Open SSL for encryption. All the values included in Laravel are signed using the protocol Message Authentication Code so that the underlying value cannot be tampered with once it is encrypted.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.codecheef.org/article/proper-way-to-encrypt-data-in-laravel-application-example"&gt;Proper Way to Encrypt Data in Laravel Application Example&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
    </item>
    <item>
      <title>How to add like and dislike functionality in my laravel website?</title>
      <dc:creator>techdurjoy</dc:creator>
      <pubDate>Tue, 22 Mar 2022 03:54:14 +0000</pubDate>
      <link>https://dev.to/techdurjoy/how-to-add-like-and-dislike-functionality-in-my-laravel-website-49fg</link>
      <guid>https://dev.to/techdurjoy/how-to-add-like-and-dislike-functionality-in-my-laravel-website-49fg</guid>
      <description>&lt;p&gt;we may sometime require to create like and dislike functionality for your posts, tutorials, articles, products etc in your laravel 5.6 application like on facebook, twitter, google etc. here i will show you how to build ajax realtime like unlike system in laravel 5, laravel 6, laravel 7, laravel 8 and laravel 9 application.&lt;/p&gt;

&lt;p&gt;In this tutorial, we will integrate like system from scratch and step by step so you can understand and learn how it works. it is very simple and easy way to create like a system in laravel. we will use overtrue/laravel-follow composer package for like dislike system in laravel.&lt;/p&gt;

&lt;p&gt;So basically here we will create users table and posts table. we will add some dummy records on posts table using laravel seeder. then we will create laravel default auth using auth command. after that we as we know we can register login new users. after that we will list all posts with like icon and also we will display counter for how many users likes this post like on facebook. we will write code for jquery ajax and make it real time like dislike system. So you need to just follow bellow step and get layout like as bellow screen shot.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.codecheef.org/article/laravel-9-like-dislike-system-using-ajax-request"&gt;How to add like and dislike functionality in my laravel website?&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
    </item>
    <item>
      <title>Laravel 9 Follow Unfollow Example Using Ajax Request</title>
      <dc:creator>techdurjoy</dc:creator>
      <pubDate>Mon, 21 Mar 2022 14:47:34 +0000</pubDate>
      <link>https://dev.to/techdurjoy/laravel-9-follow-unfollow-example-using-ajax-request-16dn</link>
      <guid>https://dev.to/techdurjoy/laravel-9-follow-unfollow-example-using-ajax-request-16dn</guid>
      <description>&lt;p&gt;Today I have a special tutorial for you developer, I would like to share with you how to implement a follow and unfollow system with PHP Laravel and MySQLi like Twitter and Facebook. So basically, a user can follow unfollow another user and you can see which users following you and how many followers you have.&lt;/p&gt;

&lt;p&gt;So, in this post. I will explain you step by step create follow system in laravel 5, laravel 6, laravel 7, laravel 8 and laravel 9 application. we will use "overture/laravel-follow" composer package for following a system. we will create users table and user authentication using laravel auth. then a user can log in and see how many he has followers and following you.&lt;/p&gt;

&lt;p&gt;Just follow a few step and you will get layout like as bellow preview and also you can download script from bellow link.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.codecheef.org/article/laravel-9-follow-unfollow-example-using-ajax-request"&gt;Laravel 9 Follow Unfollow Example Using Ajax Request&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
    </item>
    <item>
      <title>Laravel Auth Example | Laravel 9 Authentication Example</title>
      <dc:creator>techdurjoy</dc:creator>
      <pubDate>Mon, 21 Mar 2022 14:22:54 +0000</pubDate>
      <link>https://dev.to/techdurjoy/laravel-auth-example-laravel-9-authentication-example-2fa5</link>
      <guid>https://dev.to/techdurjoy/laravel-auth-example-laravel-9-authentication-example-2fa5</guid>
      <description>&lt;p&gt;In this quick example, let's see laravel 9 auth with breeze. We will use laravel 9 authentication using breeze tutorial. we will help you to give an example of laravel 9 breeze with vue js. I would like to share with you laravel 9 breeze with react.&lt;/p&gt;

&lt;p&gt;Laravel Breeze provides simple authentication features including login, registration, password reset, email verification, and password confirmation. Breeze powered by Blade and Tailwind. Laravel breeze gives you the ability to create authentication scaffolding with vue and react.&lt;/p&gt;

&lt;p&gt;If, you want to see how to install breeze in laravel 9 then just follow below step and see.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.codecheef.org/article/laravel-auth-example-laravel-9-authentication-example"&gt;Laravel Auth Example | Laravel 9 Authentication Example&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
    </item>
    <item>
      <title>Laravel 9 Custom Login and Registration Example</title>
      <dc:creator>techdurjoy</dc:creator>
      <pubDate>Mon, 21 Mar 2022 14:20:31 +0000</pubDate>
      <link>https://dev.to/techdurjoy/laravel-9-custom-login-and-registration-example-1b38</link>
      <guid>https://dev.to/techdurjoy/laravel-9-custom-login-and-registration-example-1b38</guid>
      <description>&lt;p&gt;I am going to show you example of laravel custom login and registration example. it's simple example of laravel custom login authentication. we will help you to give example of laravel custom login and registration. Here you will learn laravel custom registration and login.&lt;/p&gt;

&lt;p&gt;Laravel provide auth using jetstream and ui package. but sometime we need to create our own login, registration, dashboard and logout then i will help you how to create step by step custom login and registration page in laravel application. you can easily create custom login and registration with laravel 6, laravel 7, laravel 8 and laravel 9 version.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.codecheef.org/article/laravel-9-custom-login-and-registration-example"&gt;Laravel 9 Custom Login and Registration Example&lt;/a&gt;&lt;/p&gt;

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