TAGS : PHP

Laravel Datatables Localization Example

In this article, we will see laravel datatables localization example. jquery datatable plugin can localize all the displayed strings by setting the localization property to...

Laravel PHP

How To Encrypt And Decrypt String In Laravel 8

In this article, we will see how to encrypt and decrypt strings in laravel 8 using the crypt helper function. As we all know laravel framework provides more security to the user and that's...

Laravel PHP

How To Send Email With Attachment In Laravel 8

In this article, we will see how to send an email with an attachment in laravel 8. As we all know mail functionalities are common in all projects but if you want to send a mail with an attachment t...

Laravel PHP

How To Use Sweetalert2 In Laravel

In this article, we will see how to use sweetalert2 in Laravel. You can use sweetalert2 in laravel 8 as well as PHP. sweetalert2 is used to create different types of custom alert mes...

Laravel PHP jQuery

How To Export CSV File In Laravel Example

In this article, we will see how to export CSV files in laravel. Export CSV file in laravel is the most common function and many times we are using this function using plugins or readymad...

Laravel PHP

Laravel 8 cURL HTTP Request Example

In this article, we will see how to make cURL HTTP requests in laravel 8. In this tutorial, I will give you laravel 8 cURL HTTP request example. The name stands for "Client URL

Laravel PHP

Laravel Custom Export Button In Datatable

In this article, we will see laravel custom export button in datatable. Datatable provides inbuilt button functionality and also provides html5 buttons. So, as per your requirement, you c...

Laravel PHP jQuery

PHP Array Functions With Example

In this article, we will see PHP array functions with example. An array is a data structure that contains a group of elements. Typically these elements are all of the same data type, such as an int...

Laravel PHP

Scrolla - jQuery Plugin for Reveal Animations

In this article, we will see how to use scrolla - jQuery plugin for revealing animations when scrolling a mouse. this jquery plugin is very simple and easy to use for the scrolling effects. jQuery...

PHP jQuery CSS

How To Validate URL In PHP With Regex

In this article, we will see how to validate URLs in PHP with regular expressions. Also, you can implement it in laravel or PHP. here we will give you an example of validating URL with a regul...

Laravel PHP

RECOMMENDED POSTS

FEATURE POSTS