InimistTech Blogs

Web & Mobile App Tech Weblog

  • Home
  • Laravel
  • React
  • Javascript
  • Linux
  • PHP
  • git
  • WordPress
  • Hindi to Unicode

Tag: PHP

How to Encrypt and Decrypt Data in PHP

Kuldeep RathorePHP, PHP FrameworkLeave a Comment on How to Encrypt and Decrypt Data in PHP

PHP provides various methods to encrypt and decrypt data. Data encryption is an essential technique to secure sensitive information in web applications. This article will explore a simple way to encrypt and decrypt data using the OpenSSL extension. Developers are…

Read More→

How to check If Database Table Column Exists in Laravel Migration

Arvind KumarLaravelLeave a Comment on How to check If Database Table Column Exists in Laravel Migration

In this short Laravel tutorial you will learn how to do a Laravel migration check to see if a column exists in a database table. By doing this migration check you can avoid a fatal error such as the following…

Read More→

Check if an Array is Empty or Not in PHP

Naseeb SinghPHPLeave a Comment on Check if an Array is Empty or Not in PHP

In this post, we will explore how to check if an array is empty in PHP using the empty() function and the count() function. I’ll provide you with the example code and then modify it in different ways to demonstrate…

Read More→

Check If An Array Has Duplicate Values Example in PHP

Naseeb SinghPHPLeave a Comment on Check If An Array Has Duplicate Values Example in PHP

In this simple tutorial I shall illustrate how to check whether a PHP array has duplicated values. In this simple example we will process an array to detect identical or duplicate values. If you want to detect duplicate values within…

Read More→

PHP example of Null coalescing operator for shorthand If-Else operator

Arvind KumarPHPLeave a Comment on PHP example of Null coalescing operator for shorthand If-Else operator

In this example we will see the use of the shortest shorthand of if-else statement to check isset variable in PHP programming language. Using Null coalescing operator we can write shortest if-else statement to check isset value and return it…

Read More→

How to install LEMP stack on Ubuntu 22.04 LTS

Arvind KumarLinuxLeave a Comment on How to install LEMP stack on Ubuntu 22.04 LTS

Ubuntu is one the most popular Linux distributions. Ubuntu is a free and open-source software based on Debian. In this simple I will walk you through the whole process to install a LEMP stack (Linux, Ngnix, MySQL/Maridb & PHP) which…

Read More→

How to use cURL in PHP, Working examples of cURL in PHP

Arvind KumarPHPLeave a Comment on How to use cURL in PHP, Working examples of cURL in PHP

What is cURL? cURL is a computer software project providing a code library (libcurl) and command-line tool (curl) for transferring data using various network protocols. Usually PHP comes loaded with libcurl library by default. Check if cURL is enabled in…

Read More→

How to check if a string is a valid JSON object in PHP

Arvind KumarPHPLeave a Comment on How to check if a string is a valid JSON object in PHP

You receive a data in form of string and it is supposed to be a valid JSON. So how to know whether a string you have is a valid JSON object. Here in this post I will show it with…

Read More→

Array Destructuring With or Without List Function in PHP

Arvind KumarPHPLeave a Comment on Array Destructuring With or Without List Function in PHP
A simple way to debug a php application in production mode

Have you been unwillingly using the useful “extract” function to convert array elements into their corresponding names with same variable name as the key of the array element? Have you been worrying about the non-friendly nature of your code for…

Read More→

Useful functions in Laravel and its Usage explained

Arvind KumarLaravelLeave a Comment on Useful functions in Laravel and its Usage explained

There are many useful “helper” PHP functions in Laravel. According to documentation, “Many of these functions are used by the framework itself; however, you are free to use them in your own applications if you find them convenient.”

Posts navigation

1 2 … 4 Next
  • Useful Linux Commands
  • Enlighter Example - CSS
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • How to Encrypt and Decrypt Data in PHP
  • How to Create a Custom Gutenberg Block in WP (Step-by-Step)
  • How to Create User Roles and Permissions in Laravel 8
  • Creating a Wp Angular Theme for WordPress with Gutenberg
  • Understanding Cookies in PHP

About Arvind

Arvind Thakur is a Full Stack Web Developer. He founded and runs a Software Development company by the name Inimist Technologies in Chandigarh, India. >> know more
Copyright © All rights reserved.
Blog Kit by WP Charms
Facebook
fb-share-icon
LinkedIn
Share
WhatsApp
Follow by Email
Twitter
Post on X
Reddit
Pinterest
Instagram
RSS
Telegram