How to Convert Array Values to Lowercase in PHP?
Whenever you require to create all array value in lowercase then you can create that without using loop. you have to just use array_map(), array_map function take two argument one for php function "st.....
Trigger on After Delete with Update Query MySQL Example
Hi Guys, Now, let's see a tutorial of trigger on delete with update mysql example. We will look at an example of trigger after delete mysql example. I’m going to show you about mysql after delete tr.....
How to Parse JSON in JQuery Ajax?
Hello Folks, In this profound tutorial, we will learn parse json in jquery ajax. This article will give you a simple example of parse json jquery ajax response example. This article will give you a si.....
How to Get User Agent Value in Laravel?
Hey Artisan, This extensive guide will teach you how to get user agent in laravel. step by step explain laravel 10 get user-agent. you will learn laravel user agent package. you will learn laravel get.....
How to Use Foreach Object in Node.js?
In Node.js, you can use the <span class="highlighter">forEach()</span> method to iterate over an array of objects and perform an operation on each object. Here's an example of how to use <span class=".....
Laravel 5.2 API using JWT authentication tutorial from scratch example
In this post i want to share you how to create API in Laravel 5.2 with using JWT, If you are beginner then It is a very simple way to create and it is pretty easy to undestand how to create API. After.....
Ajax - Cross-Origin Request Blocked in Laravel?
When you make an AJAX request from your Laravel application to another domain or subdomain, the browser may block the request for security reasons. This is known as a "Cross-Origin Request Blocked" er.....
How to Add Query String Automatically on Laravel Pagination Links?
Hey Artisan, Are you looking for an example of laravel append query string to pagination. I explained simply step by step laravel add query string to pagination url. you will learn laravel pagination .....
How to Get Query Strings Value in Laravel?
Hello Friends, This example is focused on laravel get query string parameters. We will use laravel get query string. This article goes in detailed on laravel route query string. If you have a question.....
How to Get IP Address in Laravel?
Today our leading topic is laravel get client ip address. I would like to share with you laravel get ip address. I would like to share with you how to get ip address in laravel. it's simple example of.....
Laravel Database Backup using Laravel Backup Package
In this post, i want to show you how to take database backup using Laravel backup package. this package will provide command to take backup from your live server and that command you can use in cronta.....
How to Create Snippets in Sublime?
Nowadays, Sublime is a very popular text editor in the development field. Sublime text editor provides lots of packages, such as code formatters and PHP syntax, as well as snippets. Snippets are very .....