<?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: jalodaradharmik</title>
    <description>The latest articles on DEV Community by jalodaradharmik (@jalodaradharmik).</description>
    <link>https://dev.to/jalodaradharmik</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%2F578756%2F059acb2e-6695-43f0-bdbc-bd50ecd4216b.png</url>
      <title>DEV Community: jalodaradharmik</title>
      <link>https://dev.to/jalodaradharmik</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jalodaradharmik"/>
    <language>en</language>
    <item>
      <title>Laravel 8 Resource Route Controller Example
</title>
      <dc:creator>jalodaradharmik</dc:creator>
      <pubDate>Tue, 04 May 2021 16:23:59 +0000</pubDate>
      <link>https://dev.to/jalodaradharmik/laravel-8-resource-route-controller-example-50ji</link>
      <guid>https://dev.to/jalodaradharmik/laravel-8-resource-route-controller-example-50ji</guid>
      <description>&lt;p&gt;In this example we will show laravel 8 resource route controller example. This example will give you simple example of laravel 8 resource route. we will show laravel 8 resource routing example. Today i explain step by step what is resource route in laravel 8.&lt;/p&gt;

&lt;p&gt;You can simply understand of resource route and controller in laravel 8 application. You have to create resource route on laravel they provide insert, update, view, delete routes and second you have to create resource controller that will provide method for insert, update, view and delete.&lt;/p&gt;

&lt;p&gt;So, in this example we will see how to create resource route in laravel 8 and how they work.&lt;/p&gt;

&lt;p&gt;First we have to understand why we choose resource route instead of different route. we always declare different different route for our crud application like as bellow:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://web-tuts.com/laravel-8-resource-route-controller-example/"&gt;Laravel 8 Resource Route Controller Example&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Laravel Firebase Push Notification Example
</title>
      <dc:creator>jalodaradharmik</dc:creator>
      <pubDate>Fri, 30 Apr 2021 15:13:35 +0000</pubDate>
      <link>https://dev.to/jalodaradharmik/laravel-firebase-push-notification-example-52</link>
      <guid>https://dev.to/jalodaradharmik/laravel-firebase-push-notification-example-52</guid>
      <description>&lt;p&gt;Laravel firebase push notification example. We will learn laravel firebase push notification. In this post, I show example of firebase web push notification.  This tutorial give firebase web push notification in laravel. Today, I show simple way to firebase push notification in laravel.&lt;/p&gt;

&lt;p&gt;We will explain step by step laravel firebase push notification example. Also, we will create example of laravel send push notification firebase. In this example, We step by step to send firebase push notification using laravel.&lt;/p&gt;

&lt;p&gt;Google provide free open source send web push notification. Also, You learn example of send firebase push notification using laravel. In this example simple to getting device token of logged in users and send web push notification. Also we will create push notification with laravel app.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://web-tuts.com/laravel-firebase-push-notification-example/"&gt;https://web-tuts.com/laravel-firebase-push-notification-example/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Laravel Create Directory If Doesn’t Exists Example
</title>
      <dc:creator>jalodaradharmik</dc:creator>
      <pubDate>Fri, 30 Apr 2021 15:12:44 +0000</pubDate>
      <link>https://dev.to/jalodaradharmik/laravel-create-directory-if-doesn-t-exists-example-1go5</link>
      <guid>https://dev.to/jalodaradharmik/laravel-create-directory-if-doesn-t-exists-example-1go5</guid>
      <description>&lt;p&gt;In this example, you learn laravel create directory if doesn’t exists, how to create folder in storage in laravel, Create folder if does not exists in laravel.&lt;/p&gt;

&lt;p&gt;isDirectory() function check if directory exists in laravel application. makeDirectory() function is create directory in laravel application. We will show how to create folder in public folder when folder does not exists.&lt;br&gt;
&lt;a href="https://web-tuts.com/laravel-create-directory-if-doesnt-exists-example/"&gt;https://web-tuts.com/laravel-create-directory-if-doesnt-exists-example/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>CodeIgniter Insert Data into Database Example
</title>
      <dc:creator>jalodaradharmik</dc:creator>
      <pubDate>Fri, 30 Apr 2021 15:11:54 +0000</pubDate>
      <link>https://dev.to/jalodaradharmik/codeigniter-insert-data-into-database-example-3le6</link>
      <guid>https://dev.to/jalodaradharmik/codeigniter-insert-data-into-database-example-3le6</guid>
      <description>&lt;p&gt;In this example, You learn CodeIgniter insert data into database example, insert user submitted data into the database table, CodeIgniter Database Insert Record.&lt;/p&gt;

&lt;p&gt;We will show step by step insert data into database with codeigniter. Also we will show How to insert data into database with CodeIgniter.&lt;br&gt;
&lt;a href="https://web-tuts.com/codeigniter-insert-data-into-database-example/"&gt;https://web-tuts.com/codeigniter-insert-data-into-database-example/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>PHP Array Functions With Examples
</title>
      <dc:creator>jalodaradharmik</dc:creator>
      <pubDate>Fri, 30 Apr 2021 15:11:09 +0000</pubDate>
      <link>https://dev.to/jalodaradharmik/php-array-functions-with-examples-2iog</link>
      <guid>https://dev.to/jalodaradharmik/php-array-functions-with-examples-2iog</guid>
      <description>&lt;p&gt;In this post, We will learn PHP Array Functions With Examples. PHP provide more than PHP inbuilt array functions. I will explain step by step array functions with examples in PHP. PHP array functions to you can easy to handle your array in PHP website.&lt;/p&gt;

&lt;p&gt;Read also : Laravel Check if key exists in an Array Example&lt;/p&gt;

&lt;p&gt;How to Create Array in PHP&lt;br&gt;
In PHP you can create array using array() function.&lt;/p&gt;

&lt;p&gt;In PHP, there are three types of arrays:&lt;/p&gt;

&lt;p&gt;Indexed arrays – Arrays with a numeric index&lt;br&gt;
Associative arrays – Arrays with named keys&lt;br&gt;
Multidimensional arrays – Arrays containing one or more array&lt;/p&gt;

&lt;p&gt;&lt;a href="https://web-tuts.com/php-array-functions-with-example/"&gt;https://web-tuts.com/php-array-functions-with-example/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Delete Data in CodeIgniter Example
</title>
      <dc:creator>jalodaradharmik</dc:creator>
      <pubDate>Fri, 30 Apr 2021 15:09:10 +0000</pubDate>
      <link>https://dev.to/jalodaradharmik/delete-data-in-codeigniter-example-137o</link>
      <guid>https://dev.to/jalodaradharmik/delete-data-in-codeigniter-example-137o</guid>
      <description>&lt;p&gt;In this post we learn delete data in CodeIgniter example. we will explain step by step how to delete data from database in CodeIgniter. also i will show delete data from from database using CodeIgniter. you can simply delete data in CodeIgniter using delete() function.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://web-tuts.com/delete-data-in-codeigniter-example/"&gt;https://web-tuts.com/delete-data-in-codeigniter-example/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Laravel Dynamic Dependent Select Box using jQuery Ajax
</title>
      <dc:creator>jalodaradharmik</dc:creator>
      <pubDate>Fri, 30 Apr 2021 15:07:18 +0000</pubDate>
      <link>https://dev.to/jalodaradharmik/laravel-dynamic-dependent-select-box-using-jquery-ajax-d3i</link>
      <guid>https://dev.to/jalodaradharmik/laravel-dynamic-dependent-select-box-using-jquery-ajax-d3i</guid>
      <description>&lt;p&gt;In this example we learn Laravel dynamic dependent select box using jQuery Ajax. We will explain step by step dynamic dependent select box in laravel. In this post you learn laravel dynamic dependent select box using jquery ajax.&lt;/p&gt;

&lt;p&gt;Some you have need laravel dynamic dependent select box. In this example i will show laravel dynamic dependent country state city select box using jquery ajax.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://web-tuts.com/laravel-dynamic-dependent-select-box-using-jquery-ajax/"&gt;https://web-tuts.com/laravel-dynamic-dependent-select-box-using-jquery-ajax/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Razorpay Payment Gateway Integration in Laravel
</title>
      <dc:creator>jalodaradharmik</dc:creator>
      <pubDate>Fri, 30 Apr 2021 15:05:27 +0000</pubDate>
      <link>https://dev.to/jalodaradharmik/razorpay-payment-gateway-integration-in-laravel-45dc</link>
      <guid>https://dev.to/jalodaradharmik/razorpay-payment-gateway-integration-in-laravel-45dc</guid>
      <description>&lt;p&gt;In this post we will learn razorpay payment gateway integration in laravel. i explain simply step by step razorpay integration in laravel. we weill explain laravel razorpay integration.&lt;/p&gt;

&lt;p&gt;Razorpay payment gateway is available for india. razorpay provide lot’s of options such as credit card, debit card, phone pay, UPI, google pay, paytm payment option to do payment of user.&lt;/p&gt;

&lt;p&gt;This post help for razorpay integration in laravel 6, 7, 8. also i will show razorpay payment integration in laravel.&lt;br&gt;
&lt;a href="https://web-tuts.com/razorpay-payment-gateway-integration-in-laravel/"&gt;https://web-tuts.com/razorpay-payment-gateway-integration-in-laravel/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Laravel 8 Send Email Example
</title>
      <dc:creator>jalodaradharmik</dc:creator>
      <pubDate>Fri, 30 Apr 2021 15:01:57 +0000</pubDate>
      <link>https://dev.to/jalodaradharmik/laravel-8-send-email-example-3ibh</link>
      <guid>https://dev.to/jalodaradharmik/laravel-8-send-email-example-3ibh</guid>
      <description>&lt;p&gt;In this example we will show laravel 8 send email example. we explain step by step laravel 8 how to send email.&lt;/p&gt;

&lt;p&gt;This post you learn example of send email in laravel 8 smtp. laravel 8 provide mail class to send email.  we will learn send email in laravel 8.&lt;/p&gt;

&lt;p&gt;In this example we will discuss full example of send email in laravel 8. laravel 8 provide Mail facade for mail send that have many method for send email. in this example i explain how to send emails from gmail account example.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://web-tuts.com/laravel-8-send-email-example/"&gt;Laravel 8 Send Email Example&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to Clear Route Cache in Laravel
</title>
      <dc:creator>jalodaradharmik</dc:creator>
      <pubDate>Mon, 29 Mar 2021 04:28:31 +0000</pubDate>
      <link>https://dev.to/jalodaradharmik/how-to-clear-route-cache-in-laravel-4315</link>
      <guid>https://dev.to/jalodaradharmik/how-to-clear-route-cache-in-laravel-4315</guid>
      <description>&lt;p&gt;In this example, I explain how to clear route cache in laravel. We will talk about laravel route cache clear example. Also i will show how to clear cache route in laravel 8.&lt;/p&gt;

&lt;p&gt;Some times you face an issue that any changes or edit to the Laravel application are not reflecting on web interfaces. This occurred due to the application is being served by the cache.&lt;/p&gt;

&lt;p&gt;Link : &lt;a href="https://web-tuts.com/how-to-clear-route-cache-in-laravel/"&gt;https://web-tuts.com/how-to-clear-route-cache-in-laravel/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>exampel</category>
      <category>route</category>
    </item>
    <item>
      <title>Laravel Str slug() Function Example
</title>
      <dc:creator>jalodaradharmik</dc:creator>
      <pubDate>Mon, 29 Mar 2021 04:25:56 +0000</pubDate>
      <link>https://dev.to/jalodaradharmik/laravel-str-slug-function-example-dla</link>
      <guid>https://dev.to/jalodaradharmik/laravel-str-slug-function-example-dla</guid>
      <description>&lt;p&gt;In this example, I explain laravel Str slug() function. Laravel Str slug() function generates a URL friendly slug from the given string. We will show how to use Str slug() function in laravel.&lt;/p&gt;

&lt;p&gt;Link : &lt;a href="https://web-tuts.com/laravel-str-slug-function-example/"&gt;https://web-tuts.com/laravel-str-slug-function-example/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>slug</category>
      <category>example</category>
    </item>
    <item>
      <title>How to Set Session Data In Laravel ?
</title>
      <dc:creator>jalodaradharmik</dc:creator>
      <pubDate>Mon, 29 Mar 2021 04:23:29 +0000</pubDate>
      <link>https://dev.to/jalodaradharmik/how-to-set-session-data-in-laravel-4778</link>
      <guid>https://dev.to/jalodaradharmik/how-to-set-session-data-in-laravel-4778</guid>
      <description>&lt;p&gt;In this example, I explain how to set session data In laravel. We will show set session data in laravel. We will set session data in laravel using session() function.&lt;/p&gt;

&lt;p&gt;In this post, We will learn step by step set session example in laravel. Session most use for store data in globally.&lt;/p&gt;

&lt;p&gt;Link : &lt;a href="https://web-tuts.com/how-to-set-session-data-in-laravel/"&gt;https://web-tuts.com/how-to-set-session-data-in-laravel/&lt;/a&gt;&lt;/p&gt;

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