in this post, We will see you, how to prevent user to enter common password in laravel application.The laravel unicodeveloper/laravel-password package This package can be used to verify the user provided password is not one of the top 10,000 worst passwords as analyzed by a respectable IT security analyst. Pre-Requisite for this package : PHP […]
Read Nginx Configuration File Using PHP
This tutorial helps to read configuration file using laravel 7 and PHP 7.You can read Nginx server configuration files by following this tutorial.I ll create Laravel Rest API that will read file and return nginx content. Nginx is a popular Web server used by many PHP sites.This library provides to create and edit configuration files […]
Simple Example of Serialize of Object/Array in PHP and jQuery
This simple tutorial help to serialize array and objects into jQuery and vise versa into PHP. PHP has in-built serialize and unserialize methods for serialize and deserialize object. Serialization of object or php serialize array is very important operation in now days, because we are designing more responsive web application/mobile application. We need serialized array/object […]
How to Install & Configure Codeigniter 4 in XAMPP
This tutorial help to configure and install Codeigniter 4, This is latest version of codeigniter and supported by php 7.2+.The CodeIgniter 3.1.11 is the stable version of the framework which supported by PHP 5.6+. CodeIgniter 4 is the upcoming version of the framework, intended for use with PHP7.2. Development is underway, and the current version […]
Difference Between Split and Explode in PHP
The split() and explode() are two main string function in php. If you are working in php, You must have used these php function in your application. You have also faced some question in interviews regarding difference between php split and explode string function. In this post, I will let you know what are the […]